0.0.3 • Published 2 years ago

cypress-jest v0.0.3

Weekly downloads
52
License
MIT
Repository
github
Last release
2 years ago

cypress-jest

npm version npm Build Status Dependency Status devDependency Status CircleCI

Jest runner for cypress.io

Usage

npm install --save-dev cypress-jest

Your jest.config.js should look like this:

module.exports = {
  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:

0.0.3

2 years ago

0.1.10

4 years ago

0.1.9

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago