Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!