Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cenfun/merge-code-coverage
Example for merging code coverage
https://github.com/cenfun/merge-code-coverage
code coverage e2e jest merge monocart playwright shard unit
Last synced: 5 days ago
JSON representation
Example for merging code coverage
- Host: GitHub
- URL: https://github.com/cenfun/merge-code-coverage
- Owner: cenfun
- License: mit
- Created: 2024-05-14T00:48:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T02:00:47.000Z (8 months ago)
- Last Synced: 2024-05-16T12:29:39.183Z (8 months ago)
- Topics: code, coverage, e2e, jest, merge, monocart, playwright, shard, unit
- Language: JavaScript
- Homepage: https://cenfun.github.io/merge-code-coverage/merged
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# merge-code-coverage
Example for merging code coverage
- 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)## Github Actions
- [.github/workflows/main.yml](.github/workflows/main.yml)## Related Examples
- [Vitest + Playwright](https://github.com/cenfun/merge-code-coverage-vitest)## Preview V8 Coverage Reports
- 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/