Files
cypress/system-tests/projects/migration-e2e-export-default/README.md
T
Lachlan Miller 7a029256e8 fix(launchpad): support default export (#20383)
Co-authored-by: David Munechika <david.munechika@gatech.edu>
Co-authored-by: ElevateBart <ledouxb@gmail.com>
Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
2022-03-01 17:33:44 -06:00

790 B

Migration E2E Defaults No Specs

An e2e project with TypeScript using export default in cypress/plugins/index.ts.

The following migration steps will be used during this migration:

  • automatic file rename
  • manual file rename
  • rename support
  • update config file
  • setup component testing

Automatic Migration

This step is not used, since there are no spec files to rename.

Manual Files

This step is not used.

Rename supportFile

The project has a default support file, cypress/support/index.js. We can rename it for them to cypress/support/e2e.js.

Before After
cypress/support/index.ts cypress/support/e2e.ts

Update Config

The expected output is in expected-cypress.config.ts.