nx/packages/plugin/executors.json

11 lines
334 B
JSON

{
"executors": {
"e2e": {
"implementation": "./src/executors/e2e/e2e.impl",
"schema": "./src/executors/e2e/schema.json",
"description": "Creates and runs the E2E tests for an Nx Plugin.",
"x-deprecated": "@nx/plugin:e2e is deprecated and will be removed in Nx 18. Use @nx/jest:jest instead."
}
}
}