mxschmitt / playwright-test-coverage

Playwright Test (@playwright/test) demo to collect coverage information via Istanbul
MIT License
108 stars 16 forks source link

Example with sharding #10

Open unlikelyzero opened 2 years ago

unlikelyzero commented 2 years ago

We're looking to implement code coverage after implementing sharding. It looks like the easiest solution is just to let codecov.io handle the different components, but it would be great to give the community an example of how to combine e2e code coverage in "scaled" CI systems.