mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-27 11:29:27 -06:00
Runner
This is an old package, deprecated in favor of @packages/app. It has two remaining responsibilities before it can be entirely removed:
- Bundles
@packages/reporterand@packages/drivervia webpack. Once those can be directly imported to@packages/app, we can remove this. - Bundles styles for
@packages/reporter, loaded inmain.scss. Ideally, reporter should import its own styles. - Some existing tests in
cypress/e2eshould be migrated to@packages/app/cypress/e2e/runner.