Skip to content

Commit 7fa3f47

Browse files
KM-13292 Assign a TestPlan to PIA VPN and include PIADesignSystem tests in it
1 parent db2df79 commit 7fa3f47

4 files changed

Lines changed: 63 additions & 14 deletions

File tree

PIA VPN.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2929,7 +2929,7 @@
29292929
repositoryURL = "https://github.com/pointfreeco/swift-snapshot-testing";
29302930
requirement = {
29312931
kind = exactVersion;
2932-
version = 1.16.0;
2932+
version = 1.18.7;
29332933
};
29342934
};
29352935
E5C507662B0D609300200A6A /* XCRemoteSwiftPackageReference "mobile-ios-library" */ = {

PIA VPN.xcodeproj/xcshareddata/xcschemes/PIA VPN.xcscheme

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
33
LastUpgradeVersion = "0930"
4-
version = "1.3">
4+
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
@@ -92,18 +92,12 @@
9292
ReferencedContainer = "container:PIA VPN.xcodeproj">
9393
</BuildableReference>
9494
</MacroExpansion>
95-
<Testables>
96-
<TestableReference
97-
skipped = "NO">
98-
<BuildableReference
99-
BuildableIdentifier = "primary"
100-
BlueprintIdentifier = "0EEE1BE61E4F6EF400397DE2"
101-
BuildableName = "PIA VPNTests.xctest"
102-
BlueprintName = "PIA VPNTests"
103-
ReferencedContainer = "container:PIA VPN.xcodeproj">
104-
</BuildableReference>
105-
</TestableReference>
106-
</Testables>
95+
<TestPlans>
96+
<TestPlanReference
97+
reference = "container:TestPlans/PIA-VPN-iOS.xctestplan"
98+
default = "YES">
99+
</TestPlanReference>
100+
</TestPlans>
107101
</TestAction>
108102
<LaunchAction
109103
buildConfiguration = "Debug"

TestPlans/PIA-VPN-iOS.xctestplan

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"configurations" : [
3+
{
4+
"id" : "61132CC8-B9CF-4CA8-B224-836CECB873A6",
5+
"name" : "Configuration 1",
6+
"options" : {
7+
8+
}
9+
}
10+
],
11+
"defaultOptions" : {
12+
"testTimeoutsEnabled" : true
13+
},
14+
"testTargets" : [
15+
{
16+
"target" : {
17+
"containerPath" : "container:LocalPackages\/PIADesignSystem",
18+
"identifier" : "PIADesignSystemTests",
19+
"name" : "PIADesignSystemTests"
20+
}
21+
},
22+
{
23+
"target" : {
24+
"containerPath" : "container:PIA VPN.xcodeproj",
25+
"identifier" : "0EEE1BE61E4F6EF400397DE2",
26+
"name" : "PIA VPNTests"
27+
}
28+
}
29+
],
30+
"version" : 1
31+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"configurations" : [
3+
{
4+
"id" : "88AC39E1-AE35-41BB-B8A8-9FEB3B37909B",
5+
"name" : "Test Scheme Action",
6+
"options" : {
7+
8+
}
9+
}
10+
],
11+
"defaultOptions" : {
12+
"performanceAntipatternCheckerEnabled" : true
13+
},
14+
"testTargets" : [
15+
{
16+
"target" : {
17+
"containerPath" : "container:",
18+
"identifier" : "PIADesignSystemTests",
19+
"name" : "PIADesignSystemTests"
20+
}
21+
}
22+
],
23+
"version" : 1
24+
}

0 commit comments

Comments
 (0)