cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
47.1k stars 3.19k forks source link

Spike into removing migration manager #30592

Open AtofStryker opened 2 weeks ago

AtofStryker commented 2 weeks ago

The migration manager was critical when moving from Cypress 9 to Cypress 10 because many cypress configuration files changed. However, now that we are going to Cypress 14+, we likely no longer need to worry about users frequently migrating from Cypress 9 to Cypress 14.

We should spike into removing the migration manager code in Cypress 14 as it is quite a bit of overhead that is no longer needed. If users need to migrate from Cypress 9, we can have them use the migration manager in Cypress 10, 11, 12, and 13