Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Restore iPad test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub committed Jan 2, 2024
1 parent e1ee9aa commit 885a6c4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,18 @@ platform :ios do
]
)

# run_tests(
# project: "App/Client.xcodeproj",
# scheme: "Debug",
# # Note: At the moment Xcode 15.0.1 on GH Actions does not support older sim versions.
# devices: options[:test_all] ? ["iPad (10th generation) (17.2)"] : ["iPad (10th generation) (17.2)"],
# code_coverage: true,
# ensure_devices_found: true,
# skip_testing: [
# "ClientTests/UserAgentTests"
# ],
# xcargs: "-testPlan Brave_iPad"
# )
run_tests(
project: "App/Client.xcodeproj",
scheme: "Debug",
# Note: At the moment Xcode 15.0.1 on GH Actions does not support older sim versions.
devices: options[:test_all] ? ["iPad (10th generation) (17.2)"] : ["iPad (10th generation) (17.2)"],
code_coverage: true,
ensure_devices_found: true,
skip_testing: [
"ClientTests/UserAgentTests"
],
xcargs: "-testPlan Brave_iPad"
)
end

desc "Creates a Brave Beta Release build for TestFlight."
Expand Down

0 comments on commit 885a6c4

Please sign in to comment.