@nx/cypress - Migrations
The @nx/cypress plugin provides various migrations to help you migrate to newer versions of cypress projects within your Nx workspace. Below is a complete reference for all available migrations.
21.0.x
remove-tsconfig-and-copy-files-options-from-cypress-executor
Removes the tsConfig
and copyFiles
options from the @nx/cypress:cypress
executor.
20.8.x
set-inject-document-domain
Replaces the experimentalSkipDomainInjection
configuration option with the new injectDocumentDomain
configuration option.
remove-experimental-fetch-polyfill
Removes the experimentalFetchPolyfill
configuration option.
replace-experimental-just-in-time-compile
Replaces the experimentalJustInTimeCompile
configuration option with the new justInTimeCompile
configuration option.
update-component-testing-mount-imports
Updates the module specifier for the Component Testing mount
function.
Package Updates for 20.8.0
The following packages will be updated:
Package | Version |
---|---|
cypress | ^14.2.1 |
@cypress/vite-dev-server | ^6.0.3 |
@cypress/webpack-dev-server | ^4.0.2 |
19.6.x
update-19-6-0-update-ci-webserver-for-vite
Update ciWebServerCommand to use static serve for the application.
19.4.x
Package Updates for 19.4.1
The following packages will be updated:
Package | Version |
---|---|
cypress | ^13.13.0 |
19.1.x
Package Updates for 19.1.0
The following packages will be updated:
Package | Version |
---|---|
cypress | ^13.8.0 |
@cypress/webpack-dev-server | ^3.8.0 |