-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTestPlan.xctestplan
101 lines (100 loc) · 2.36 KB
/
TestPlan.xctestplan
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"configurations" : [
{
"id" : "92545CB1-1128-41C3-B889-8D8407D4CA10",
"name" : "Configuration 1",
"options" : {
}
}
],
"defaultOptions" : {
"testTimeoutsEnabled" : true
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:..\/Features\/MockDomainConfigs",
"identifier" : "MockDomainConfigsTests",
"name" : "MockDomainConfigsTests"
}
},
{
"target" : {
"containerPath" : "container:..\/Core\/CommonViewsKit",
"identifier" : "CommonViewsKitTests",
"name" : "CommonViewsKitTests"
}
},
{
"target" : {
"containerPath" : "container:..\/Features\/Logs",
"identifier" : "LogsTests",
"name" : "LogsTests"
}
},
{
"target" : {
"containerPath" : "container:..\/Core\/Editor",
"identifier" : "DiffEditorTests",
"name" : "DiffEditorTests"
}
},
{
"target" : {
"containerPath" : "container:..\/Core\/CommonKit",
"identifier" : "CommonKitTests",
"name" : "CommonKitTests"
}
},
{
"target" : {
"containerPath" : "container:..\/Core\/PluginCore",
"identifier" : "PluginCoreTests",
"name" : "PluginCoreTests"
}
},
{
"target" : {
"containerPath" : "container:..\/Core\/MockingStarCore",
"identifier" : "MockingStarCoreTests",
"name" : "MockingStarCoreTests"
}
},
{
"target" : {
"containerPath" : "container:..\/Features\/MockList",
"identifier" : "MockListTests",
"name" : "MockListTests"
}
},
{
"target" : {
"containerPath" : "container:..\/Core\/Editor",
"identifier" : "JSONEditorTests",
"name" : "JSONEditorTests"
}
},
{
"target" : {
"containerPath" : "container:..\/Features\/MockDetail",
"identifier" : "MockDetailTests",
"name" : "MockDetailTests"
}
},
{
"target" : {
"containerPath" : "container:..\/Features\/PluginConfigs",
"identifier" : "PluginConfigsTests",
"name" : "PluginConfigsTests"
}
},
{
"target" : {
"containerPath" : "container:..\/Core\/Server",
"identifier" : "ServerTests",
"name" : "ServerTests"
}
}
],
"version" : 1
}