-
Notifications
You must be signed in to change notification settings - Fork 332
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CircleCI
: fix snapshot generation for iOS 14
See #2421. iOS 14 + Snapshots needs a new test plan that doesn't run StoreKit tests.
- Loading branch information
Showing
4 changed files
with
66 additions
and
5 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
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,50 @@ | ||
{ | ||
"configurations" : [ | ||
{ | ||
"id" : "62C79EF4-8071-439C-B693-34F1E57211FC", | ||
"name" : "Configuration 1", | ||
"options" : { | ||
"testTimeoutsEnabled" : true | ||
} | ||
} | ||
], | ||
"defaultOptions" : { | ||
"codeCoverage" : false, | ||
"environmentVariableEntries" : [ | ||
{ | ||
"key" : "RCRunningTests", | ||
"value" : "1" | ||
}, | ||
{ | ||
"key" : "CIRCLECI_TESTS_GENERATE_SNAPSHOTS", | ||
"value" : "1" | ||
} | ||
], | ||
"maximumTestExecutionTimeAllowance" : 180, | ||
"targetForVariableExpansion" : { | ||
"containerPath" : "container:RevenueCat.xcodeproj", | ||
"identifier" : "2DEAC2D926EFE46E006914ED", | ||
"name" : "UnitTestsHostApp" | ||
}, | ||
"testExecutionOrdering" : "random", | ||
"testTimeoutsEnabled" : true | ||
}, | ||
"testTargets" : [ | ||
{ | ||
"target" : { | ||
"containerPath" : "container:RevenueCat.xcodeproj", | ||
"identifier" : "2DC5621D24EC63430031F69B", | ||
"name" : "UnitTests" | ||
} | ||
}, | ||
{ | ||
"enabled" : false, | ||
"target" : { | ||
"containerPath" : "container:RevenueCat.xcodeproj", | ||
"identifier" : "5759B330296DF65D002472D5", | ||
"name" : "ReceiptParserTests" | ||
} | ||
} | ||
], | ||
"version" : 1 | ||
} |
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