Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```