UNPKG

@nx/cypress

Version:

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

20 lines (19 loc) 669 B
{ "$schema": "https://json-schema.org/schema", "$id": "NxCypressConvertToInferred", "description": "Convert existing Cypress project(s) using `@nx/cypress:cypress` executor to use `@nx/cypress/plugin`.", "title": "Convert Cypress project from executor to plugin", "type": "object", "properties": { "project": { "type": "string", "description": "The project to convert from using the `@nx/cypress:cypress` executor to use `@nx/cypress/plugin`.", "x-priority": "important" }, "skipFormat": { "type": "boolean", "description": "Whether to format files at the end of the migration.", "default": false } } }