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

[e2e] Add npm script for watch mode playwright execution #6816

Closed
unlikelyzero opened this issue Jul 20, 2023 · 2 comments · Fixed by #6837
Closed

[e2e] Add npm script for watch mode playwright execution #6816

unlikelyzero opened this issue Jul 20, 2023 · 2 comments · Fixed by #6837
Labels
type:maintenance tests, chores, or project maintenance
Milestone

Comments

@unlikelyzero
Copy link
Contributor

Summary

Playwright added a watch mode to watch tests as they execute in bulk. They also allow full test result summaries in line to provide faster failure triage.

@unlikelyzero unlikelyzero added the type:maintenance tests, chores, or project maintenance label Jul 20, 2023
@unlikelyzero unlikelyzero added this to the Target:3.0.0 milestone Jul 20, 2023
@unlikelyzero unlikelyzero modified the milestone: Target:3.0.0 Aug 4, 2023
@unlikelyzero unlikelyzero linked a pull request Aug 4, 2023 that will close this issue
15 tasks
@unlikelyzero
Copy link
Contributor Author

unlikelyzero commented Aug 22, 2023

Testing Notes

  1. Run the new npm script for e2e watch mode
  2. Run a single test
  3. Filter the available tests and run by filtered names
  4. Run an entire suite (not all suites)

@khalidadil
Copy link
Contributor

Verified in Testathon on 08/22/23 . I was able to start e2e tests in UI mode with npm run test:e2e:watch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:maintenance tests, chores, or project maintenance
Projects
None yet
2 participants