UNPKG

playwright-ng-schematics

Version:
15 lines (14 loc) 362 B
{ "$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": [] }