UNPKG

@nx/playwright

Version:

The Nx Plugin for Playwright contains executors and generators allowing your workspace to use the powerful Playwright integration testing capabilities.

20 lines (19 loc) 777 B
{ "$schema": "https://json-schema.org/schema", "$id": "NxPlaywrightConvertToInferred", "description": "Convert existing Playwright project(s) using `@nx/playwright:playwright` executor to use `@nx/playwright/plugin`. Defaults to migrating all projects. Pass '--project' to migrate only one target.", "title": "Convert Playwright project from executor to plugin", "type": "object", "properties": { "project": { "type": "string", "description": "The project to convert from using the `@nx/playwright:playwright` executor to use `@nx/playwright/plugin`.", "x-priority": "important" }, "skipFormat": { "type": "boolean", "description": "Whether to format files at the end of the migration.", "default": false } } }