mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-13 10:19:55 -06:00
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com> Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
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. - Contains
dom.js, which uses proprietary webpack loaders and cannot easily be imported with Vite (dev server in@packages/app). Oncedom.jsis free of webpack-specific loader code, we should move it to@packages/app. - Contains Cypress Studio Recorder code, which was marked as experimental in Cypress 9.x and won't be part of Cypress 10.x initially. It will return at a later date. Until then, the code will be here. It's not currently used in the app. @see https://github.com/cypress-io/cypress/issues/22870
- Contains Legacy Cypress styles, most of these can likely be removed.