UNPKG

@nx/cypress

Version:

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

10 lines (9 loc) 213 B
{ "executors": { "cypress": { "implementation": "./src/executors/cypress/cypress.impl", "schema": "./src/executors/cypress/schema.json", "description": "Run Cypress E2E tests." } } }