-
Notifications
You must be signed in to change notification settings - Fork 8
/
UnitTests.xctestplan
113 lines (112 loc) · 2.99 KB
/
UnitTests.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
102
103
104
105
106
107
108
109
110
111
112
113
{
"configurations" : [
{
"id" : "D7A8561E-5086-4968-9C3A-9D568C5F3698",
"name" : "Configuration 1",
"options" : {
}
}
],
"defaultOptions" : {
"codeCoverage" : {
"targets" : [
{
"containerPath" : "container:PocketKit",
"identifier" : "Analytics",
"name" : "Analytics"
},
{
"containerPath" : "container:PocketKit",
"identifier" : "PocketKit",
"name" : "PocketKit"
},
{
"containerPath" : "container:PocketKit",
"identifier" : "SaveToPocketKit",
"name" : "SaveToPocketKit"
},
{
"containerPath" : "container:PocketKit",
"identifier" : "SharedPocketKit",
"name" : "SharedPocketKit"
},
{
"containerPath" : "container:PocketKit",
"identifier" : "Sync",
"name" : "Sync"
},
{
"containerPath" : "container:PocketKit",
"identifier" : "Textile",
"name" : "Textile"
},
{
"containerPath" : "container:Pocket.xcodeproj",
"identifier" : "166A81AF2637406C0015AA1D",
"name" : "Pocket (iOS)"
},
{
"containerPath" : "container:Pocket.xcodeproj",
"identifier" : "F204A75F27E22EC50010E155",
"name" : "SaveToPocket"
},
{
"containerPath" : "container:Pocket.xcodeproj",
"identifier" : "650FECCA28BA85F300A3CB0C",
"name" : "PushNotificationServiceExtension"
},
{
"containerPath" : "container:Pocket.xcodeproj",
"identifier" : "65EC272428BA8AD50075E1DF",
"name" : "PushNotificationStoryExtension"
}
]
},
"testTimeoutsEnabled" : true
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:PocketKit",
"identifier" : "AnalyticsTests",
"name" : "AnalyticsTests"
}
},
{
"skippedTests" : [
"HomeRefreshCoordinatorTests\/test_coordinator_whenEnterForeground_whenDataIsStale_refreshesHome()"
],
"target" : {
"containerPath" : "container:PocketKit",
"identifier" : "PocketKitTests",
"name" : "PocketKitTests"
}
},
{
"target" : {
"containerPath" : "container:PocketKit",
"identifier" : "SaveToPocketKitTests",
"name" : "SaveToPocketKitTests"
}
},
{
"target" : {
"containerPath" : "container:PocketKit",
"identifier" : "SharedPocketKitTests",
"name" : "SharedPocketKitTests"
}
},
{
"skippedTests" : [
"PocketSaveServiceTests\/test_save_createsAnEmptyItemLocally_andUpdatesFromResponse()",
"RetriableOperationTests\/test_main_protectsOperationWithBackgroundTask()"
],
"target" : {
"containerPath" : "container:PocketKit",
"identifier" : "SyncTests",
"name" : "SyncTests"
}
}
],
"version" : 1
}