Files
cypress/system-tests/projects/migration-custom-config-file-respect-dirname
Alejandro Estrada 7636287eee fix: config migration when --config-file flag is set (#20470)
* 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
2022-03-09 17:11:39 -05:00
..

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