This thread is trying to answer question "Is there a way to limit the number of workers for one test file?"
I'd be curious if this might work, Taking a guess... but if you have muiltiple spec files have everything to run fully parrallel, but in the one spec file you put in:
test.describe.configure({ mode: 'serial' });
Might be me but serial implies one at a time, making sure i'm not smoking crack i look up "opposite of serial" lookie there parallel popped up ๐
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].