Cypress React Unit Test

Testing React Components with Cypress

🚚 This repo has been moved. Cypress is now officially maintaining this package!

cypress-react-unit-test has been renamed to @cypress/react and now lives in the main Cypress monorepo

Migration Guide

To keep up to date with the latest versions, change edit your package.json to use @cypress/react instead of cypress-react-unit-test.

# npm
npm install @cypress/react

# yarn
yarn add @cypress/react