Files
cypress/packages/runner-shared
Lachlan Miller 339da7063a feat(app): selector playground (#18813)
* wip: selector playground in vue

* wip

* remove old code

* close selector playground when changing spec

* do not use mobx selector playground in unified

* correctly toggle type

* update

* tests

* add back in mouse over functionality

* add styles

* style

* fix tests

* remove unneeded import

* remove unused types

* remove commented out code

* lint

* linting

* remove comment

* improve type safety
2021-11-09 23:22:19 +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