Files
cypress/packages/runner-shared/README.md
Jennifer Shehane 5ced6abb2d docs: Add README for some newly added packages (#17283)
Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
2021-07-14 09:38:38 -05:00

572 B

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