-
Notifications
You must be signed in to change notification settings - Fork 0
/
LocalTestSummaryConfig.json
34 lines (34 loc) · 1.68 KB
/
LocalTestSummaryConfig.json
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
{
"TestRunGroupReport": {
"ReportName": "xBDD - Features",
"FileName": "./test-results/xBDD.Features.Summary.html",
"RootNameSkip": "xBDD - ",
"TestRunConfigurations": [
{
"JsonFilePath": "./xBDD.Features.GeneratingCode/test-results/xBDD.Features.GeneratingCode.Results.json",
"TestRunUrl": "./../xBDD.Features.GeneratingCode/test-results/xBDD.Features.GeneratingCode.Results.html"
},
{
"JsonFilePath": "./xBDD.Features.DefiningFeatures/test-results/xBDD.Features.DefiningFeatures.Results.json",
"TestRunUrl": "./../xBDD.Features.DefiningFeatures/test-results/xBDD.Features.DefiningFeatures.Results.html"
},
{
"JsonFilePath": "./xBDD.Features.AutomatingUITesting/test-results/xBDD.Features.AutomatingUITesting.Results.json",
"TestRunUrl": "./../xBDD.Features.AutomatingUITesting/test-results/xBDD.Features.AutomatingUITesting.Results.html"
},
{
"JsonFilePath": "./xBDD.Features.StreamliningAPITesting/test-results/xBDD.Features.StreamliningAPITesting.Results.json",
"TestRunUrl": "./../xBDD.Features.StreamliningAPITesting/test-results/xBDD.Features.StreamliningAPITesting.Results.html"
},
{
"JsonFilePath": "./xBDD.Features.RunningScenarios/test-results/xBDD.Features.RunningScenarios.Results.json",
"TestRunUrl": "./../xBDD.Features.RunningScenarios/test-results/xBDD.Features.RunningScenarios.Results.html"
},
{
"JsonFilePath": "./xBDD.Features.GeneratingReports/test-results/xBDD.Features.GeneratingReports.Results.json",
"TestRunUrl": "./../xBDD.Features.GeneratingReports/test-results/xBDD.Features.GeneratingReports.Results.html"
}
]
},
"SortedReasonConfigurationsFilePath": "./SortedReasonConfigurations.json"
}