tnicola / cypress-parallel

Reduce up to 40% your Cypress suite execution time parallelizing the test run on the same machine.
MIT License
560 stars 117 forks source link

Cypress parallel makes output come out in random orders and in a way that makes debugging tests unusable, can this be configured? #185

Open illegalnumbers opened 5 months ago

illegalnumbers commented 5 months ago

If I have multiple thread runners on a cypress ci run then my test output comes out unusable. Some test output is related to some tests, some to others and I have to manually dig through everything to figure out what happened. Can this be configured? I just want my debug output to happen all at once at the end for each test individually.