31 lines
1.3 KiB
JSON
31 lines
1.3 KiB
JSON
{
|
|
"name": "convert-to-inferred",
|
|
"factory": "./src/generators/convert-to-inferred/convert-to-inferred",
|
|
"schema": {
|
|
"$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
|
|
}
|
|
},
|
|
"presets": []
|
|
},
|
|
"description": "Convert existing Playwright project(s) using `@nx/playwright:playwright` executor to use `@nx/playwright/plugin`.",
|
|
"implementation": "/packages/playwright/src/generators/convert-to-inferred/convert-to-inferred.ts",
|
|
"aliases": [],
|
|
"hidden": false,
|
|
"path": "/packages/playwright/src/generators/convert-to-inferred/schema.json",
|
|
"type": "generator"
|
|
}
|