17 lines
430 B
JSON
17 lines
430 B
JSON
{
|
|
"builders": {
|
|
"playwright": {
|
|
"implementation": "./src/executors/playwright/compat",
|
|
"schema": "./src/executors/playwright/schema.json",
|
|
"description": "Run Playwright tests."
|
|
}
|
|
},
|
|
"executors": {
|
|
"playwright": {
|
|
"implementation": "./src/executors/playwright/playwright",
|
|
"schema": "./src/executors/playwright/schema.json",
|
|
"description": "Run Playwright tests."
|
|
}
|
|
}
|
|
}
|