{ "name": "init", "factory": "./src/generators/init/init", "schema": { "$schema": "http://json-schema.org/schema", "$id": "NxPlaywrightInit", "title": "Playwright Init Generator", "description": "Initializes a Playwright project in the current workspace.", "type": "object", "properties": { "skipFormat": { "description": "Skip formatting files.", "type": "boolean", "default": false, "x-priority": "internal" }, "skipPackageJson": { "type": "boolean", "default": false, "description": "Do not add dependencies to `package.json`.", "x-priority": "internal" }, "skipInstall": { "type": "boolean", "description": "Skip running `playwright install`. This is to ensure that playwright browsers are installed.", "default": false } }, "required": [], "presets": [] }, "description": "Initializes a Playwright project in the current workspace", "implementation": "/packages/playwright/src/generators/init/init.ts", "aliases": [], "hidden": false, "path": "/packages/playwright/src/generators/init/schema.json", "type": "generator" }