Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

cypress-io/cypress-react-unit-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 

Repository files navigation

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