Files
nrwl--nx/packages/cypress/executors.json
T
2026-07-13 12:38:36 +08:00

10 lines
223 B
JSON

{
"executors": {
"cypress": {
"implementation": "./dist/src/executors/cypress/cypress.impl",
"schema": "./dist/src/executors/cypress/schema.json",
"description": "Run Cypress E2E tests."
}
}
}