Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions dist/schemas/config_v3.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5744,6 +5744,18 @@
},
"title": "Telemetry options"
},
"concurrentRunners": {
"type": [
"integer",
"boolean"
],
"default": 1,
"minimum": 1,
"description": "Number of concurrent test runners. Set to true to use CPU core count (capped at 4).",
"not": {
"const": false
}
},
"environment": {
"type": "object",
"description": "Environment information for the system running Doc Detective.",
Expand Down Expand Up @@ -10588,6 +10600,15 @@
"platform": "windows",
"arch": "x64"
}
},
{
"concurrentRunners": 1
},
{
"concurrentRunners": true
},
{
"concurrentRunners": 4
}
]
}
21 changes: 21 additions & 0 deletions dist/schemas/resolvedTests_v3.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5757,6 +5757,18 @@
},
"title": "Telemetry options"
},
"concurrentRunners": {
"type": [
"integer",
"boolean"
],
"default": 1,
"minimum": 1,
"description": "Number of concurrent test runners. Set to true to use CPU core count (capped at 4).",
"not": {
"const": false
}
},
"environment": {
"type": "object",
"description": "Environment information for the system running Doc Detective.",
Expand Down Expand Up @@ -10601,6 +10613,15 @@
"platform": "windows",
"arch": "x64"
}
},
{
"concurrentRunners": 1
},
{
"concurrentRunners": true
},
{
"concurrentRunners": 4
}
]
},
Expand Down
21 changes: 21 additions & 0 deletions src/schemas/output_schemas/config_v3.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5744,6 +5744,18 @@
},
"title": "Telemetry options"
},
"concurrentRunners": {
"type": [
"integer",
"boolean"
],
"default": 1,
"minimum": 1,
"description": "Number of concurrent test runners. Set to true to use CPU core count (capped at 4).",
"not": {
"const": false
}
},
"environment": {
"type": "object",
"description": "Environment information for the system running Doc Detective.",
Expand Down Expand Up @@ -10588,6 +10600,15 @@
"platform": "windows",
"arch": "x64"
}
},
{
"concurrentRunners": 1
},
{
"concurrentRunners": true
},
{
"concurrentRunners": 4
}
]
}
21 changes: 21 additions & 0 deletions src/schemas/output_schemas/resolvedTests_v3.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5757,6 +5757,18 @@
},
"title": "Telemetry options"
},
"concurrentRunners": {
"type": [
"integer",
"boolean"
],
"default": 1,
"minimum": 1,
"description": "Number of concurrent test runners. Set to true to use CPU core count (capped at 4).",
"not": {
"const": false
}
},
"environment": {
"type": "object",
"description": "Environment information for the system running Doc Detective.",
Expand Down Expand Up @@ -10601,6 +10613,15 @@
"platform": "windows",
"arch": "x64"
}
},
{
"concurrentRunners": 1
},
{
"concurrentRunners": true
},
{
"concurrentRunners": 4
}
]
},
Expand Down
42 changes: 42 additions & 0 deletions src/schemas/schemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -6006,6 +6006,18 @@
},
"title": "Telemetry options"
},
"concurrentRunners": {
"type": [
"integer",
"boolean"
],
"default": 1,
"minimum": 1,
"description": "Number of concurrent test runners. Set to true to use CPU core count (capped at 4).",
"not": {
"const": false
}
},
"environment": {
"type": "object",
"description": "Environment information for the system running Doc Detective.",
Expand Down Expand Up @@ -10850,6 +10862,15 @@
"platform": "windows",
"arch": "x64"
}
},
{
"concurrentRunners": 1
},
{
"concurrentRunners": true
},
{
"concurrentRunners": 4
}
]
},
Expand Down Expand Up @@ -19011,6 +19032,18 @@
},
"title": "Telemetry options"
},
"concurrentRunners": {
"type": [
"integer",
"boolean"
],
"default": 1,
"minimum": 1,
"description": "Number of concurrent test runners. Set to true to use CPU core count (capped at 4).",
"not": {
"const": false
}
},
"environment": {
"type": "object",
"description": "Environment information for the system running Doc Detective.",
Expand Down Expand Up @@ -23855,6 +23888,15 @@
"platform": "windows",
"arch": "x64"
}
},
{
"concurrentRunners": 1
},
{
"concurrentRunners": true
},
{
"concurrentRunners": 4
}
]
},
Expand Down
18 changes: 18 additions & 0 deletions src/schemas/src_schemas/config_v3.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,15 @@
},
"title": "Telemetry options"
},
"concurrentRunners": {
"type": ["integer", "boolean"],
"default": 1,
"minimum": 1,
"description": "Number of concurrent test runners. Set to true to use CPU core count (capped at 4).",
"not": {
"const": false
}
},
"environment": {
"$ref": "#/components/schemas/environment"
}
Expand Down Expand Up @@ -449,6 +458,15 @@
"platform": "windows",
"arch": "x64"
}
},
{
"concurrentRunners": 1
},
{
"concurrentRunners": true
},
{
"concurrentRunners": 4
}
]
}