October 2024 Summaries
1 posts from Checkly
Filter
Month:
Year:
Post Summaries
Back to Blog
Microsoft's Playwright enables efficient end-to-end testing with real browsers. The text highlights five favorite CLI tricks for using Playwright effectively. These include the --last-failed flag to run only failed tests, --only-changed flag to run only changed spec files, and --repeat-each flag to ensure test stability. Additionally, the --forbid-only flag prevents accidental merging of test.only cases into main branches, while combining UI mode with --headed and --workers 1 allows for more comfortable debugging during development.
Oct 04, 2024
1,278 words in the original blog post.