Files
cypress/system-tests/projects/migration-e2e-custom-supportFile/README.md
T
Alejandro Estrada 9caf623531 fix: do not show incorrectly support file migration step (#22015)
* fix: do not show incorrectly support file migration step

* Add supportFile

* Delete supportFile

* Update regexp

* Update comment

Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
2022-06-01 18:15:07 -05:00

32 lines
847 B
Markdown

## Migration E2E Custom SupportFile
An e2e project with a custom `supportFile` named `src/platform/testing/e2e/cypress/support/index.js`. It includes
the default value on the path but is not the default.
The following migration steps will be used during this migration:
- [x] automatic file rename
- [ ] manual file rename
- [] rename support
- [x] update config file
- [ ] setup component testing
## Automatic Migration
Unless the user skips this step, after this step, the filesystem will be:
| Before | After|
|---|---|
| `src/basic.test.js` | `src/basic.cy.js` |
## Manual Files
This step is not used.
## Update Config
We can migrate to the new `cypress.config.js`. The expected output is in `expected-cypress.config.js`. The main points are:
The expected output is in [`expected-cypress.config.js`](./expected-cypress.config.js).