16 lines
575 B
JSON
16 lines
575 B
JSON
{
|
|
"executors": {
|
|
"playwright": {
|
|
"implementation": "./dist/src/executors/playwright/playwright.impl",
|
|
"schema": "./dist/src/executors/playwright/schema.json",
|
|
"description": "Run Playwright tests."
|
|
},
|
|
"merge-reports": {
|
|
"implementation": "./dist/src/executors/merge-reports/merge-reports.impl",
|
|
"schema": "./dist/src/executors/merge-reports/schema.json",
|
|
"description": "Merge Playwright blob reports to produce unified reports for the configured reporters (excluding the `blob` reporter).",
|
|
"hidden": true
|
|
}
|
|
}
|
|
}
|