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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Example for merging code coverage
npx playwright test --shard=1/2npx playwright test --shard=2/2