UNPKG

@nx/cypress

Version:

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

65 lines (64 loc) 1.72 kB
{ "generators": { "update-cypress-version-13-6-6": { "cli": "nx", "version": "18.1.0-beta.3", "description": "Update to Cypress ^13.6.6 if the workspace is using Cypress v13 to ensure workspaces don't use v13.6.5 which has an issue when verifying Cypress.", "implementation": "./src/migrations/update-18-1-0/update-cypress-version-13-6-6" }, "update-19-6-0-update-ci-webserver-for-vite": { "cli": "nx", "version": "19.6.0-beta.4", "description": "Update ciWebServerCommand to use static serve for the application.", "implementation": "./src/migrations/update-19-6-0/update-ci-webserver-for-static-serve" } }, "packageJsonUpdates": { "17.2.0-beta.2": { "version": "17.2.0-beta.2", "packages": { "vite": { "version": "^5.0.0", "alwaysAddToPackageJson": false } } }, "17.3.0": { "version": "17.3.0-beta.3", "packages": { "@types/node": { "version": "18.16.9", "alwaysAddToPackageJson": false } } }, "19.1.0": { "version": "19.1.0-beta.0", "requires": { "cypress": "^13.0.0" }, "packages": { "cypress": { "version": "^13.8.0", "alwaysAddToPackageJson": false }, "@cypress/webpack-dev-server": { "version": "^3.8.0", "alwaysAddToPackageJson": false } } }, "19.4.1": { "version": "19.4.1-beta.0", "requires": { "cypress": "^13.0.0" }, "packages": { "cypress": { "version": "^13.13.0", "alwaysAddToPackageJson": false } } } } }