10 lines
213 B
JSON
10 lines
213 B
JSON
{
|
|
"executors": {
|
|
"cypress": {
|
|
"implementation": "./src/executors/cypress/cypress.impl",
|
|
"schema": "./src/executors/cypress/schema.json",
|
|
"description": "Run Cypress E2E tests."
|
|
}
|
|
}
|
|
}
|