Skip to content

Commit 845fdfb

Browse files
committed
🚨 Add package tests.
1 parent 245fa4b commit 845fdfb

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

Tests/Nibbles-Package.xctestplan

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"configurations" : [
3+
{
4+
"id" : "8CF6C47B-3BF0-4C6F-B2BD-1D962863F4AB",
5+
"name" : "Test Scheme Action",
6+
"options" : {
7+
8+
}
9+
}
10+
],
11+
"defaultOptions" : {
12+
"codeCoverage" : {
13+
"targets" : [
14+
{
15+
"containerPath" : "container:",
16+
"identifier" : "Cache",
17+
"name" : "Cache"
18+
},
19+
{
20+
"containerPath" : "container:",
21+
"identifier" : "Extensions",
22+
"name" : "Extensions"
23+
},
24+
{
25+
"containerPath" : "container:",
26+
"identifier" : "HTTPNetworking",
27+
"name" : "HTTPNetworking"
28+
},
29+
{
30+
"containerPath" : "container:",
31+
"identifier" : "Identified",
32+
"name" : "Identified"
33+
}
34+
]
35+
},
36+
"testExecutionOrdering" : "random"
37+
},
38+
"testTargets" : [
39+
{
40+
"parallelizable" : true,
41+
"target" : {
42+
"containerPath" : "container:",
43+
"identifier" : "CacheTests",
44+
"name" : "CacheTests"
45+
}
46+
},
47+
{
48+
"parallelizable" : true,
49+
"target" : {
50+
"containerPath" : "container:",
51+
"identifier" : "ExtensionsTests",
52+
"name" : "ExtensionsTests"
53+
}
54+
},
55+
{
56+
"parallelizable" : true,
57+
"target" : {
58+
"containerPath" : "container:",
59+
"identifier" : "IdentifiedTests",
60+
"name" : "IdentifiedTests"
61+
}
62+
},
63+
{
64+
"parallelizable" : true,
65+
"target" : {
66+
"containerPath" : "container:",
67+
"identifier" : "HTTPNetworkingTests",
68+
"name" : "HTTPNetworkingTests"
69+
}
70+
}
71+
],
72+
"version" : 1
73+
}

0 commit comments

Comments
 (0)