-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
End-to-End tests for fullstack examples #3059
Comments
Hi @ruheni |
Hey @pshaddel, That's awesome! I would prefer Playwright because it doesn't require any configuration to run |
OK, |
Thanks for the heads up. I took a look at the documentation of playwright. I think we are going to use @playwright/test and we are not going to use third parties like |
That's correct. It'll be just a single file with groups of tests 🙂 |
Add end-to-end tests using Playwright, preferably for fullstack examples.
This would boost our confidence in the applications.
test.spec.ts
(just a suggestion)npx playwright test __PATH_TO_TEST_/test.spec.ts
The text was updated successfully, but these errors were encountered: