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
This watches and compiles all changes as you make them.
yarn workspace @packages/runner-ct watchyarn workspace @packages/runner-ct buildyarn workspace @packages/runner-ct build-prodYou can run Cypress tests found in cypress/component:
yarn workspace @packages/runner-ct cypress:openTo watch and reload changes to the runner while testing you'll want to run:
yarn workspace @packages/runner-ct watch