Files
cypress/packages/runner-ct
Barthélémy Ledoux 6d6623c1b5 fix: make sure to go back to no-specs when delete spec file (#17760)
* fix: make sure to go back to no-specs when delete spec file

closes #16553

* refactor extract functino
2021-10-28 11:48:28 +10:00
..
2021-10-13 23:51:38 +00:00
2021-02-04 15:45:16 -05:00
2021-02-05 14:05:13 +02: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