UNPKG

@nx/detox

Version:

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

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