forked from RevenueCat/purchases-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integration Tests
: split into separate jobs (RevenueCat#3560)
- Loading branch information
Showing
11 changed files
with
475 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
48 changes: 48 additions & 0 deletions
48
BackendIntegrationTests/BackendIntegrationTests-CustomEntitlements.xctestplan
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"configurations" : [ | ||
{ | ||
"id" : "62C79EF4-8071-439C-B693-34F1E57211FC", | ||
"name" : "Configuration 1", | ||
"options" : { | ||
"testTimeoutsEnabled" : true | ||
} | ||
} | ||
], | ||
"defaultOptions" : { | ||
"codeCoverage" : false, | ||
"environmentVariableEntries" : [ | ||
{ | ||
"key" : "RCMockAdServicesToken", | ||
"value" : "G9i5hC8lQJeGOfmS+MFycll" | ||
}, | ||
{ | ||
"key" : "RCRunningTests", | ||
"value" : "1" | ||
}, | ||
{ | ||
"key" : "RCRunningIntegrationTests", | ||
"value" : "1" | ||
} | ||
], | ||
"maximumTestExecutionTimeAllowance" : 180, | ||
"maximumTestRepetitions" : 5, | ||
"targetForVariableExpansion" : { | ||
"containerPath" : "container:RevenueCat.xcodeproj", | ||
"identifier" : "4F6BEE042A27B02400CD9322", | ||
"name" : "BackendCustomEntitlementsIntegrationTests" | ||
}, | ||
"testExecutionOrdering" : "random", | ||
"testRepetitionMode" : "retryOnFailure", | ||
"testTimeoutsEnabled" : true | ||
}, | ||
"testTargets" : [ | ||
{ | ||
"target" : { | ||
"containerPath" : "container:RevenueCat.xcodeproj", | ||
"identifier" : "4F6BEE042A27B02400CD9322", | ||
"name" : "BackendCustomEntitlementsIntegrationTests" | ||
} | ||
} | ||
], | ||
"version" : 1 | ||
} |
76 changes: 76 additions & 0 deletions
76
BackendIntegrationTests/BackendIntegrationTests-Offline.xctestplan
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"configurations" : [ | ||
{ | ||
"id" : "62C79EF4-8071-439C-B693-34F1E57211FC", | ||
"name" : "Configuration 1", | ||
"options" : { | ||
"testTimeoutsEnabled" : true | ||
} | ||
} | ||
], | ||
"defaultOptions" : { | ||
"codeCoverage" : false, | ||
"environmentVariableEntries" : [ | ||
{ | ||
"key" : "RCMockAdServicesToken", | ||
"value" : "G9i5hC8lQJeGOfmS+MFycll" | ||
}, | ||
{ | ||
"key" : "RCRunningTests", | ||
"value" : "1" | ||
}, | ||
{ | ||
"key" : "RCRunningIntegrationTests", | ||
"value" : "1" | ||
} | ||
], | ||
"maximumTestExecutionTimeAllowance" : 180, | ||
"maximumTestRepetitions" : 5, | ||
"targetForVariableExpansion" : { | ||
"containerPath" : "container:RevenueCat.xcodeproj", | ||
"identifier" : "2DE20B6B264087FB004C597D", | ||
"name" : "BackendIntegrationTests" | ||
}, | ||
"testExecutionOrdering" : "random", | ||
"testRepetitionMode" : "retryOnFailure", | ||
"testTimeoutsEnabled" : true | ||
}, | ||
"testTargets" : [ | ||
{ | ||
"skippedTests" : [ | ||
"BaseBackendIntegrationTests", | ||
"BaseSignatureVerificationIntegrationTests", | ||
"BaseStoreKitIntegrationTests", | ||
"BaseStoreKitObserverModeIntegrationTests", | ||
"DisabledSignatureVerificationIntegrationTests", | ||
"DynamicModeSignatureVerificationIntegrationTests", | ||
"EnforcedSignatureVerificationIntegrationTests", | ||
"InformationalSignatureVerificationIntegrationTests", | ||
"LoadShedderSignatureVerificationWithoutHeaderHashIntegrationTests", | ||
"LoadShedderStoreKit1IntegrationTests", | ||
"LoadShedderStoreKit2IntegrationTests", | ||
"LoadShedderStoreKit2JWSIntegrationTests", | ||
"OtherIntegrationTests", | ||
"PaywallEventsIntegrationTests", | ||
"SignatureVerificationWithoutHeaderHashIntegrationTests", | ||
"StoreKit1IntegrationTests", | ||
"StoreKit1ObserverModeIntegrationTests", | ||
"StoreKit1ObserverModeWithExistingPurchasesTests", | ||
"StoreKit2IntegrationTests", | ||
"StoreKit2JWSIntegrationTests", | ||
"StoreKit2JWSObserverModeIntegrationTests", | ||
"StoreKit2JWSObserverModeWithExistingPurchasesTests", | ||
"StoreKit2ObserverModeIntegrationTests", | ||
"StoreKit2ObserverModeWithExistingPurchasesTests", | ||
"SubscriberAttributesManagerIntegrationTests", | ||
"TestCase" | ||
], | ||
"target" : { | ||
"containerPath" : "container:RevenueCat.xcodeproj", | ||
"identifier" : "2DE20B6B264087FB004C597D", | ||
"name" : "BackendIntegrationTests" | ||
} | ||
} | ||
], | ||
"version" : 1 | ||
} |
69 changes: 69 additions & 0 deletions
69
BackendIntegrationTests/BackendIntegrationTests-Other.xctestplan
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"configurations" : [ | ||
{ | ||
"id" : "62C79EF4-8071-439C-B693-34F1E57211FC", | ||
"name" : "Configuration 1", | ||
"options" : { | ||
"testTimeoutsEnabled" : true | ||
} | ||
} | ||
], | ||
"defaultOptions" : { | ||
"codeCoverage" : false, | ||
"environmentVariableEntries" : [ | ||
{ | ||
"key" : "RCMockAdServicesToken", | ||
"value" : "G9i5hC8lQJeGOfmS+MFycll" | ||
}, | ||
{ | ||
"key" : "RCRunningTests", | ||
"value" : "1" | ||
}, | ||
{ | ||
"key" : "RCRunningIntegrationTests", | ||
"value" : "1" | ||
} | ||
], | ||
"maximumTestExecutionTimeAllowance" : 180, | ||
"maximumTestRepetitions" : 5, | ||
"targetForVariableExpansion" : { | ||
"containerPath" : "container:RevenueCat.xcodeproj", | ||
"identifier" : "2DE20B6B264087FB004C597D", | ||
"name" : "BackendIntegrationTests" | ||
}, | ||
"testExecutionOrdering" : "random", | ||
"testRepetitionMode" : "retryOnFailure", | ||
"testTimeoutsEnabled" : true | ||
}, | ||
"testTargets" : [ | ||
{ | ||
"skippedTests" : [ | ||
"BaseBackendIntegrationTests", | ||
"BaseOfflineStoreKitIntegrationTests", | ||
"LoadShedderStoreKit1IntegrationTests", | ||
"LoadShedderStoreKit2IntegrationTests", | ||
"LoadShedderStoreKit2JWSIntegrationTests", | ||
"OfflineStoreKit1IntegrationTests", | ||
"OfflineStoreKit2IntegrationTests", | ||
"OfflineStoreKit2JWSIntegrationTests", | ||
"OfflineWithNoMappingStoreKitIntegrationTests", | ||
"StoreKit1IntegrationTests", | ||
"StoreKit1ObserverModeIntegrationTests", | ||
"StoreKit1ObserverModeWithExistingPurchasesTests", | ||
"StoreKit2IntegrationTests", | ||
"StoreKit2JWSIntegrationTests", | ||
"StoreKit2JWSObserverModeIntegrationTests", | ||
"StoreKit2JWSObserverModeWithExistingPurchasesTests", | ||
"StoreKit2ObserverModeIntegrationTests", | ||
"StoreKit2ObserverModeWithExistingPurchasesTests", | ||
"TestCase" | ||
], | ||
"target" : { | ||
"containerPath" : "container:RevenueCat.xcodeproj", | ||
"identifier" : "2DE20B6B264087FB004C597D", | ||
"name" : "BackendIntegrationTests" | ||
} | ||
} | ||
], | ||
"version" : 1 | ||
} |
Oops, something went wrong.