Files
cypress/packages/runner-shared
Lachlan Miller 2abb54ddcb chore(app): delete old code to lighten webpack bundle (#20069)
* chore: delete old code to lighten webpack bundle

* delete unused code

* update test

* lodash

* remove lodash

* remove lodash
2022-02-10 12:50:35 +10:00
..

Runner Shared

The runner-shared contains the shared components between the runner (use for end-to-end testing) and the runner-ct (used for component testing) including:

  • Shared empty states
  • Shared error states
  • Containers, headers and iframe components
  • Selector playground and Cypress Studio

Developing

The components are imported to the runner and runner-ct packages respectively. Please see their instructions for develoment.

Testing

Unit Tests

yarn workspace @packages/runner-shared test