mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-19 13:39:56 -06:00
* 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
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