mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-09 08:40:32 -06:00
* Revert "chore: remove Typescript dependency from app node_modules in binary (#27577)" This reverts commit60d4c8356c. * Revert "chore: simplify build script (#27547)" This reverts commit0a86ec686e. * Revert "chore: upgrade lerna to 6, cache build step (#26913)" This reverts commit9e60aeba8f. * build everything * [run ci]
@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.
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.