@nrwl/cypress:convert-cypress-ten

Convert existing Cypress e2e projects to Cypress 10

Usage

nx generate convert-cypress-ten ...
nx g cy10 ... # same

By default, Nx will search for convert-cypress-ten in the default collection provisioned in workspace.json.

You can specify the collection explicitly as follows:

nx g @nrwl/cypress:convert-cypress-ten ...

Show what will be generated without writing to disk:

nx g convert-cypress-ten ... --dry-run

Options

all

Default: false

Type: boolean

Convert all projects in the workspace

project

Type: string

The name of the project to convert

targets

Type: array

The targets to convert