cypress-io / code-coverage

Saves the code coverage collected during Cypress tests
MIT License
433 stars 107 forks source link

Support for Cypress Cloud #853

Open brettz9 opened 2 months ago

brettz9 commented 2 months ago

Is your feature request related to a problem? Please describe.

Getting test results from Cypress Cloud is excellent, but if taking advantage of multiple containers, I cannot apparently get aggregated coverage results.

Describe the solution you'd like

A way for coverage to be aggregated across container instances.

Describe alternatives you've considered

Run locally or use a single container only, but these do not let me take advantage of parallel tests.

Additional context N/A