Skip to content

Commit

Permalink
♻️ :: Use latest iOS and iPhone for running snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fxm90 committed Oct 7, 2022
1 parent 0d07228 commit 19871af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ platform :ios do
run_tests(
project: "Pods/Pods.xcodeproj",
scheme: "GradientProgressBar-Unit-Tests",
devices: ["iPhone 13"],
devices: ["iPhone 14 Pro"],
code_coverage: true,
number_of_retries: 1
)
Expand Down
2 changes: 1 addition & 1 deletion GradientProgressBar/Tests/SnapshotTests/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Snapshot-Tests

## Device
Run test-cases with the `iPhone 13` using `iOS 15.5`.
Run test-cases with the `iPhone 14 Pro` using `iOS 16`.

0 comments on commit 19871af

Please sign in to comment.