mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-21 06:30:49 -06:00
Runner CT
The runner-ct is where the code for the component testing's runner lives and has the following responsibilities:
- Displaying the component specs list and all states around that in the runner
Developing
Watching
This watches and compiles all changes as you make them.
yarn workspace @packages/runner-ct watch
Building
For development
yarn workspace @packages/runner-ct build
For production
yarn workspace @packages/runner-ct build-prod
Testing
Cypress Tests
You can run Cypress tests found in cypress/component:
yarn workspace @packages/runner-ct cypress:open
To watch and reload changes to the runner while testing you'll want to run:
yarn workspace @packages/runner-ct watch