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
- unit: https://cenfun.github.io/merge-code-coverage-vitest/unit/
- e2e (merge-multiple): https://cenfun.github.io/merge-code-coverage-vitest/e2e/
- merged: https://cenfun.github.io/merge-code-coverage-vitest/merged/