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

There is not enough documentation on how to generate and combine reports with multireporters #168

Open turturmurmur opened 1 year ago

turturmurmur commented 1 year ago

This seems like a very good plugin, however, the documentation is barely there if I am being honest. After you do the configuration and run the specs parallel what do we do with the reports. What do we need to do if we already have a reporter? Do we need to use cypress-multi-reporters, or do I need to use mochawesome marge or something else? I understand you've done some good work but without us being able to use how you expect people to use it. I asked a couple more devs and they were saying the same. We don't expect dev-level documentation for a qa library but I need to be sherlock holmes to figure this out. Very frustrated. Please do document and explain how your plugin can be used with other plugins if your plugin requires direct dependency on others(reporters in this example) @tnicola

peacetrader commented 2 months ago

Hi, I am using cypress-parallel for parallel execution with cypress-cucumber-preprocessor and multiple-cucumber-html-report. I am able to generate cucumber report after each execution and finally multiple-cucumber-html-report plugin will combine the JSON reports and create an index.html file.