@nx/cypress:migrate-to-cypress-11
Migrate Cypress e2e project from v8/v9 to Cypress v11.
Migrate Cypress e2e project from v8/v9 to Cypress v11.
1nx generate migrate-to-cypress-11 ...
2
By default, Nx will search for migrate-to-cypress-11
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
1nx g @nx/cypress:migrate-to-cypress-11 ...
2
Show what will be generated without writing to disk:
1nx g migrate-to-cypress-11 ... --dry-run
2
Migrate existing cypress projects to Cypress v11:
1nx g @nx/cypress:migrate-to-cypress-11
2
Join Victor Savkin and Max Kless discuss why LLMs struggle with fragmented codebases, how monorepos + Nx create AI-powered architectural decisions, and the before-and-after experience of AI-powered coding in Nx.