Skip to content

Commit

Permalink
Add XPlatform test plan
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Aug 3, 2023
1 parent cd2678b commit 60e3cff
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Example/ExampleApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 54;
objectVersion = 52;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -388,6 +388,7 @@
847BD1E3298A806800076C90 /* NotificationsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationsView.swift; sourceTree = "<group>"; };
847BD1EA298A87AB00076C90 /* SubscriptionsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubscriptionsViewModel.swift; sourceTree = "<group>"; };
847F08002A25DBFF00B2A5A4 /* XPlatformW3WTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XPlatformW3WTests.swift; sourceTree = "<group>"; };
8487A92E2A7BD2F30003D5AF /* XPlatformProtocolTests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = XPlatformProtocolTests.xctestplan; path = ../XPlatformProtocolTests.xctestplan; sourceTree = "<group>"; };
849A4F18298281E300E61ACE /* WalletAppRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = WalletAppRelease.entitlements; sourceTree = "<group>"; };
849A4F19298281F100E61ACE /* PNDecryptionServiceRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PNDecryptionServiceRelease.entitlements; sourceTree = "<group>"; };
849D7A92292E2169006A2BD4 /* PushTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PushTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -734,6 +735,7 @@
845AA7D929BA1EBA00F33739 /* IntegrationTests.xctestplan */,
84A6E3C42A38A5A3008A0571 /* NotifyTests.xctestplan */,
845AA7DC29BB424800F33739 /* SmokeTests.xctestplan */,
8487A92E2A7BD2F30003D5AF /* XPlatformProtocolTests.xctestplan */,
A5A8E479293A1C4400FEB97D /* Shared */,
A5F48A0528E43D3F0034CBFB /* Configuration.xcconfig */,
84CE6453279FFE1100142511 /* Wallet.entitlements */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
<TestPlanReference
reference = "container:../NotifyTests.xctestplan">
</TestPlanReference>
<TestPlanReference
reference = "container:../XPlatformProtocolTests.xctestplan">
</TestPlanReference>
</TestPlans>
<Testables>
<TestableReference
Expand Down Expand Up @@ -90,6 +93,15 @@
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A5E03DEC286464DB00888481"
BuildableName = "IntegrationTests.xctest"
BlueprintName = "IntegrationTests"
ReferencedContainer = "container:ExampleApp.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down
27 changes: 27 additions & 0 deletions XPlatformProtocolTests.xctestplan
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"configurations" : [
{
"id" : "39E198AA-2027-4FAD-8628-1C954F89CC54",
"name" : "Configuration 1",
"options" : {

}
}
],
"defaultOptions" : {

},
"testTargets" : [
{
"selectedTests" : [
"XPlatformW3WTests\/testSessionSettle()"
],
"target" : {
"containerPath" : "container:ExampleApp.xcodeproj",
"identifier" : "A5E03DEC286464DB00888481",
"name" : "IntegrationTests"
}
}
],
"version" : 1
}

0 comments on commit 60e3cff

Please sign in to comment.