-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestconfig.json
More file actions
34 lines (34 loc) · 989 Bytes
/
testconfig.json
File metadata and controls
34 lines (34 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"version": "1.0",
"testPlatform": {
"environmentVariables": {
"DOTNET_EnableDiagnostics": "0"
},
"logging": {
"verbosity": "normal"
}
},
"xUnit": {
"assertEquivalentMaxDepth": 50,
"culture": "en-US",
"diagnosticMessages": true,
"explicit": "",
"failSkips": false,
"failWarns": false,
"internalDiagnosticMessages": true,
"longRunningTestSeconds": 10,
"maxParallelThreads": -1,
"methodDisplay": "classAndMethod",
"methodDisplayOptions": "none",
"parallelAlgorithm": "conservative",
"parallelizeTestCollections": true,
"parallelizeTestMethods": true,
"preEnumerateTheories": true,
"printMaxEnumerableLength": 5,
"printMaxObjectDepth": 3,
"printMaxObjectMemberCount": 5,
"printMaxStringLength": 50,
"showLiveOutput": true,
"stopOnFail": false
}
}