Files
cypress/packages/runner-shared
Lachlan Miller 168600b285 feat(launchpad): open in IDE modal and feature (#18975)
* better tests

* basic support for open in ide

* extract modal component

* mutation to open file

* remove old code

* add a ton of tests

* update

* lint

* types

* ignore typeless import

* update links

* backwards compat so we do not break all system tests

* add back missing code

* missing code

* fix bug

* add regression test

* ts

* types
2021-11-24 11:00:16 +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