Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cypress-io/cypress-react-unit-test
Unit test React components using Cypress
https://github.com/cypress-io/cypress-react-unit-test
cypress cypress-component-testing cypress-io react test testing
Last synced: about 1 month ago
JSON representation
Unit test React components using Cypress
- Host: GitHub
- URL: https://github.com/cypress-io/cypress-react-unit-test
- Owner: cypress-io
- Archived: true
- Created: 2017-12-31T05:10:49.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2020-12-11T21:18:02.000Z (about 4 years ago)
- Last Synced: 2024-10-22T12:00:54.993Z (about 2 months ago)
- Topics: cypress, cypress-component-testing, cypress-io, react, test, testing
- Homepage: https://glebbahmutov.com/blog/my-vision-for-component-tests/
- Size: 30.2 MB
- Stars: 679
- Watchers: 17
- Forks: 78
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - cypress-react-unit-test - io | 684 | (Others)
README
# Cypress React Unit Test
> Testing React Components with Cypress
# :truck: 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](https://github.com/cypress-io/cypress/tree/master/npm/react)
### 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`.```shell script
# npm
npm install @cypress/react# yarn
yarn add @cypress/react
```