cypress-jest
Jest runner for cypress.io
Usage
npm install --save-dev cypress-jest
Your jest.config.js
should look like this:
moduleexports = projects: displayName: 'cypress' runner: 'cypress-jest' testMatch: '<rootDir>/**/*-cy.js' displayName: 'test' // Your other unit Tests with jest
TO
- Silence Cypress STDOUT, so we just see jest's console output
Credits
This project is inspired by the work of TheBrainFamily & DanielMSchmidt in various projects: