mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-06 15:00:50 -05:00
b383b4fb9a
BREAKING CHANGE: Cypress 14 drops support for React 16-17. React 18 and up is supported.
798 B
798 B
@cypress/react
Mount React components in the open source Cypress.io test runner
Note: This package is bundled with the
cypresspackage and should not need to be installed separately. See the React Component Testing Docs for mounting React components. Installing and importingmountfrom@cypress/reactshould only be done for advanced use-cases.
Requirements
- React 18.0.0+ (Cypress 13 and under supports React 16 and 17)
Development
Run yarn build to compile and sync packages to the cypress cli package.
Run yarn cy:open to open Cypress component testing against real-world examples.
Run yarn test to execute headless Cypress tests.