UNPKG

@nx/cypress

Version:

The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.

16 lines (15 loc) 425 B
{ "$schema": "https://json-schema.org/schema", "$id": "NxCypressMigrateTo11", "cli": "nx", "title": "Migrate e2e project to Cypress 11", "description": "Migrate Cypress e2e project from v8/v9 to Cypress v11.", "type": "object", "examples": [ { "command": "nx g @nx/cypress:migrate-to-cypress-11", "description": "Migrate existing cypress projects to Cypress v11" } ], "properties": {} }