UNPKG

playwright-ng-schematics

Version:
18 lines (17 loc) 346 B
{ "$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": [] }