♻️ :: Run snapshot tests with iOS 15
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 87 KiB |
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 93 KiB |
@@ -1,4 +1,4 @@
|
||||
# Snapshot-Tests
|
||||
|
||||
## Device
|
||||
Run test-cases with the `iPhone 12 Pro` using `iOS 14.5`.
|
||||
Run test-cases with the `iPhone 13` using `iOS 15`.
|
||||
|
||||
@@ -36,7 +36,7 @@ platform :ios do
|
||||
desc "Execute tests."
|
||||
lane :tests do
|
||||
run_tests(workspace: "GradientLoadingBar.xcworkspace",
|
||||
devices: ["iPhone 12 Pro"],
|
||||
devices: ["iPhone 13"],
|
||||
scheme: "GradientLoadingBar-Example")
|
||||
end
|
||||
|
||||
|
||||