playwright-ng-schematics
Version:
Playwright Angular schematics
18 lines (17 loc) • 346 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "Playwright",
"title": "Playwright E2E Schema",
"type": "object",
"properties": {
"name": {
"type": "string",
"$default": {
"$source": "argv",
"index": 0
},
"x-prompt": "Name for spec to be created:"
}
},
"required": []
}