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 watch
yarn workspace @packages/runner-ct build
yarn workspace @packages/runner-ct build-prod
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