Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/transmissions11/merge-cypress-jest-coverage
Merge your Cypress and Jest coverage reports with ease.
https://github.com/transmissions11/merge-cypress-jest-coverage
coverage cypress cypress-jest-coverage jest-coverage-reports
Last synced: about 1 month ago
JSON representation
Merge your Cypress and Jest coverage reports with ease.
- Host: GitHub
- URL: https://github.com/transmissions11/merge-cypress-jest-coverage
- Owner: transmissions11
- License: agpl-3.0
- Created: 2020-05-13T00:21:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T00:34:21.000Z (over 4 years ago)
- Last Synced: 2024-10-14T11:28:52.163Z (about 1 month ago)
- Topics: coverage, cypress, cypress-jest-coverage, jest-coverage-reports
- Language: JavaScript
- Size: 15.6 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# merge-cypress-jest-coverage
### Merge your Cypress and Jest coverage reports with ease.
This script is inspired by this example of merging Cypress & Jest reports: https://github.com/bahmutov/cypress-and-jest
## Usage:
- Run your Cypress tests and output coverage to a `cypress-coverage/` directory.
- Run your Jest tests and output coverage to a `jest-coverage/` directory.
- Run `npx merge-cypress-jest-coverage` and check the `coverage/` directory for the merged report!