playwright-ng-schematics
Version:
Playwright Angular schematics
15 lines (14 loc) • 362 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "Playwright",
"title": "Playwright ng-add Schema",
"type": "object",
"properties": {
"installBrowsers": {
"type": "boolean",
"default": false,
"x-prompt": "Install Playwright browsers (can be done manually via 'npx playwright install')?"
}
},
"required": []
}