cypress-io / cypress-react-unit-test

Unit test React components using Cypress

Home Page:https://glebbahmutov.com/blog/my-vision-for-component-tests/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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