You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

merge-cypress-jest-coverage

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

merge-cypress-jest-coverage

Merge your Cypress and Jest coverage reports with ease.

1.7.0
latest
Source
npm
Version published
Weekly downloads
230
-17.86%
Maintainers
1
Weekly downloads
 
Created
Source

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!

Keywords

cypress

FAQs

Package last updated on 13 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts