Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playwright library setup for E2E testing #472

Merged
merged 1 commit into from
Jul 20, 2024

Conversation

aman08singh
Copy link
Contributor

Title : Playwright library setup for E2E testing #410

Issue No. : #410

Code Stack :

Close #410

Description:

This is an initial setup for playwright library.

Steps to run the playwright script

In terminal run: npx playwright test

This will generate a HTML report.

Steps to access HTML report:

In terminal run: npx playwright show-report

This will serve a HTML report page which you can access through: http://localhost:(This address will be printed on the terminal once you run the above command.)

Checklist:

  • [] I have mentioned the issue number in my Pull Request.
  • [] I have commented my code, particularly in hard-to-understand areas
  • [] I have created a helpful and easy to understand README.md
  • [] I have updated the Index.html file for my contribution

Copy link

netlify bot commented Jul 19, 2024

Deploy Preview for frontend-mini-challenges ready!

Name Link
🔨 Latest commit d97bb0d
🔍 Latest deploy log https://app.netlify.com/sites/frontend-mini-challenges/deploys/669a1da48e31b10008f11254
😎 Deploy Preview https://deploy-preview-472--frontend-mini-challenges.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@aman08singh aman08singh changed the title Playwright library setup for E2E testing #410 Playwright library setup for E2E testing Jul 19, 2024
@aman08singh
Copy link
Contributor Author

aman08singh commented Jul 19, 2024

Hi @sadanandpai . If this mr seems right to you, can you please merge.

@sadanandpai sadanandpai merged commit 9481cfb into sadanandpai:main Jul 20, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup playwright library for E2E testing
2 participants