mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-03 13:30:26 -05:00
7636287eee
* fix: config migration when --config-file flag is set * Fix/add tests * Update migration for config migrations that already ocurred * Fix TS, fix test * Update comment * Refactor code * Update error, prevent clicking the project on topNav * Fix TS * Fix error - update error message * Update test * Refactor code / add test for legacy config * Refactor code * Update with feedback * Update with code review
Migration Custom Config File Respect Dirname
This is the "kitchen sink" of migrations. It has E2E and a custom config file which is inside a folder - the migration should respect the dirname when creating the new config file
The following migration steps will be used during this migration:
- automatic folder rename of cypress/integration to cypress/e2e
- manual file rename
- rename support
- update config file
- [] setup component testing