Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed May 30, 2024
1 parent fb5cb5b commit c37ba36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# merge-code-coverage
Example for merging code coverage
- unit test with Jest
- e2e test with Playwright (shard)
- Unit test with [Jest](https://github.com/jestjs/jest/) + [jest-monocart-coverage](https://github.com/cenfun/jest-monocart-coverage)
- E2E test with [Playwright](https://playwright.dev/) + [Sharding](https://playwright.dev/docs/test-sharding)
- `npx playwright test --shard=1/2`
- `npx playwright test --shard=2/2`
- [merge coverage](merge-coverage.js)
Expand Down

0 comments on commit c37ba36

Please sign in to comment.