17 lines
456 B
JSON
17 lines
456 B
JSON
{
|
|
"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."
|
|
}
|
|
}
|
|
}
|