UNPKG

@nrwl/cypress

Version:

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

17 lines (16 loc) 456 B
{ "builders": { "cypress": { "implementation": "@nx/cypress/src/executors/cypress/compat", "schema": "@nx/cypress/src/executors/cypress/schema.json", "description": "Run Cypress E2E tests." } }, "executors": { "cypress": { "implementation": "@nx/cypress/src/executors/cypress/cypress.impl", "schema": "@nx/cypress/src/executors/cypress/schema.json", "description": "Run Cypress E2E tests." } } }