mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-25 08:29:06 -06:00
example: rollup
Compiling component tests using Rollup bundler
Usage
- Make sure the root project has been built .
# in the root of the project
npm install
npm run build
- Run
npm installin this folder to symlink the@cypress/reactdependency.
# in this folder
npm install
npm run build
- Start Cypress
npm run cy:open
# or just run headless tests
npm test