I have set the config fullyParallel: false in the playwright.config.js, and test.describe.configure({ mode: 'serial' }) in each spec.js. But when run test cases via cli, they are are running on parallel with multiple workers. Is it a bug of Playwright or some thing wrong in my test environment?
Thanks for any help!
This thread is trying to answer question "Why are test cases running in parallel with multiple workers even when the config is set to fullyParallel: false and workers: 1?"
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].