Example for merging code coverage
- Unit test with Vitest + vitest-monocart-coverage
- E2E test with Playwright + Sharding
npx playwright test --shard=1/2
npx playwright test --shard=2/2
- Merge Coverage
Example for merging code coverage
npx playwright test --shard=1/2
npx playwright test --shard=2/2