badeball / cypress-cucumber-preprocessor

Run cucumber/gherkin-syntaxed specs with Cypress
MIT License
1.32k stars 147 forks source link

Merge reports obtained through parallelization using Cypress Cloud #1137

Closed badeball closed 9 months ago

badeball commented 9 months ago

Parallelization using Cypress Cloud (CC), IE. executing cypress run --key <key> --record --parallel on N machines, will typically generate N reports. These are obviously related to each other. They are unique sets of spec results, with no overlap, obtained through sharding (weighing and distribution by CC).

I'd like the possibility of being able to merge these reports into one.