Example for merging code coverage
- Unit test with Jest + jest-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/unit/
- e2e (merge-multiple): https://cenfun.github.io/merge-code-coverage/e2e/
- merged: https://cenfun.github.io/merge-code-coverage/merged/