@robby-rabbitman/nx-plus-web-test-runner
Version:
Web Test Runner integration for Nx workspaces.
26 lines (25 loc) • 894 B
JSON
{
"$schema": "https://json-schema.org/draft-07/schema",
"cli": "nx",
"title": "Initializes '@robby-rabbitman/nx-plus-web-test-runner' in a nx workspace.",
"description": "Registers '@robby-rabbitman/nx-plus-web-test-runner/plugins/web-test-runner' in the 'nx.json'.",
"type": "object",
"properties": {
"testTargetName": {
"description": "The name of the Web Test Runner test target.",
"examples": ["test", "web-test-runner"],
"type": "string",
"default": "test"
},
"skipFormat": {
"description": "Whether to skip formatting the updated files.",
"type": "boolean",
"default": false
},
"skipAddPlugin": {
"description": "Whether to skip adding the plugin.",
"type": "boolean",
"default": false
}
}
}