tnicola / cypress-parallel

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

Question - Avoid multi-reporter-config.json and runner-result creation #98

Open javier-brenes-zen opened 2 years ago

javier-brenes-zen commented 2 years ago

Hi, Is there a way to avoid the multi-reporter-config.json file creation and also the runner-result folder creation, I don't want that since I am only interested on the console output.

MadSandwich commented 1 year ago

@tnicola could you please, give any comment on that please?

rmnrdi commented 1 year ago

@tnicola We're also trying to implement your functionality, but we're struggling with getting our reports configured. We don't want the included reports, we want to use mochaawesomereporter and to disable the excess file being produced.

If you're done updating this repository, can you please telll us, so we can move on?