UNPKG

@nx/cypress

Version:

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

35 lines (34 loc) 957 B
{ "$schema": "https://json-schema.org/schema", "$id": "NxCypressInit", "cli": "nx", "title": "Add Cypress Configuration to the workspace", "description": "Add Cypress Configuration to the workspace.", "type": "object", "properties": { "skipFormat": { "description": "Skip formatting files.", "type": "boolean", "default": false, "x-priority": "internal" }, "skipPackageJson": { "type": "boolean", "default": false, "description": "Do not add dependencies to `package.json`.", "x-priority": "internal" }, "keepExistingVersions": { "type": "boolean", "x-priority": "internal", "description": "Keep existing dependencies versions", "default": false }, "updatePackageScripts": { "type": "boolean", "x-priority": "internal", "description": "Update `package.json` scripts with inferred targets", "default": false } } }