nx/packages/cypress/executors.json
2021-01-18 21:46:17 -05:00

17 lines
414 B
JSON

{
"builders": {
"cypress": {
"implementation": "./src/executors/cypress/compat",
"schema": "./src/executors/cypress/schema.json",
"description": "Run Cypress e2e tests"
}
},
"executors": {
"cypress": {
"implementation": "./src/executors/cypress/cypress.impl",
"schema": "./src/executors/cypress/schema.json",
"description": "Run Cypress e2e tests"
}
}
}