This thread is trying to answer question "How can I prevent flaky tests from terminating the main process in Playwright in Node.js with JavaScript?"
Hi,
Thank you for responding!
I'm using Playwright in Node.js with JavaScript.
The release process is just an example.
Another example would be having 2 Playwright projects under 2 different projects in a monorepo, which should run one after the other using an npm script from the root of the monorepo.
If the first test run has a flaky test, it won't proceed to the second test run.
The following is my reporter setup in playwright config:
reporter: [['list', { printSteps: false }], ['html']],
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].