mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-26 17:09:11 -06:00
* chore: delete a lot of old code * remove unused code * update test * remove dep on cypress_runner for non proxied page * change binary * revert scss changes * delete a lot of code * update sass * update jsx * styles * revert change * dont destructure from window.mobx anymore * update readmes * revert change to mobx store * Update packages/runner-shared/README.md Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com> * remove old code * remove html webpack and copy webpack plugins from runner * Apply suggestions from code review Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com> Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com> Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
Runner Shared
This is an old package, deprecated in favor of @packages/app. It has two remaining responsibilities before it can be entirely removed:
- Contains
dom.js, which uses proprietary webpack loaders and cannot easily be imported with Vite (dev server in@packages/app). This is bundled via webpack in either@packages/runneror@packages/runner-ct. Oncedom.jsis free of webpack-specific loader code, we should move it to@packages/app. - Contains UI code for Cypress Studio, 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.