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: 17 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T00:34:21.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T09:09:35.900Z (26 days 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!