I have configured workers and fully parallel to true, but if I run tests using plugin in VS code or if I click in green arrow next to test.describe
block, even with test.describe.configure({ mode: 'parallel' });
in the file itself - tests are running in sequential mode.
Only if I use cli the tests are running in parallel.
Am I doing something wrong, or it's a limitation of the plugin?
thanks
This thread is trying to answer question "Why are tests not running in parallel when using the Playwright plugin in VS Code, despite having configured workers and fully parallel to true?"
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].