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

Latest commit

 

History

History
18 lines (12 loc) · 576 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 576 Bytes

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