└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Cypress React Unit Test 2 | 3 | > Testing React Components with Cypress 4 | 5 | # :truck: This repo has been moved. Cypress is now officially maintaining this package! 6 | 7 | ### `cypress-react-unit-test` has been renamed to `@cypress/react` and now lives in the main [Cypress monorepo](https://github.com/cypress-io/cypress/tree/master/npm/react) 8 | 9 | ### Migration Guide 10 | To keep up to date with the latest versions, change edit your `package.json` to use `@cypress/react` instead of `cypress-react-unit-test`. 11 | 12 | ```shell script 13 | # npm 14 | npm install @cypress/react 15 | 16 | # yarn 17 | yarn add @cypress/react 18 | ``` 19 | --------------------------------------------------------------------------------