You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 jest or jasmine.
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: