merge-code-coverage-vitest
May 30, 2024 ยท View on GitHub
Example for merging code coverage
- Unit test with Vitest + vitest-monocart-coverage
- E2E test with Playwright + Sharding
npx playwright test --shard=1/2npx playwright test --shard=2/2
- Merge Coverage