Skip to content

Commit

Permalink
Uplift of #25659 (squashed) to release
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-builds authored and kylehickinson committed Sep 20, 2024
1 parent 5d4da83 commit 2e246a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/commands/lib/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const runTests = (passthroughArgs, suite, buildConfig, options) => {

if (config.targetOS === 'ios') {
util.run(path.join(config.outputDir, "iossim"), [
"-d", "\"iPhone 14 Pro\"",
"-d", "\"iPhone 16\"",
path.join(config.outputDir, `${suite}.app`),
path.join(config.outputDir, `${suite}.app/PlugIns/${suite}_module.xctest`)
], config.defaultOptions)
Expand Down
4 changes: 2 additions & 2 deletions ios/brave-ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ platform :ios do
defaultScanParams = scan_params()
run_tests(defaultScanParams.merge!({
test_without_building: true,
devices: ["iPhone 15"],
devices: ["iPhone 16 (18.0)"],
ensure_devices_found: true,
skip_testing: skipped_tests()
}))

run_tests(defaultScanParams.merge!({
test_without_building: true,
devices: ["iPad (10th generation)"],
devices: ["iPad (10th generation) (18.0)"],
ensure_devices_found: true,
output_files: "junit-ipad.xml",
testplan: "Brave_iPad"
Expand Down

0 comments on commit 2e246a6

Please sign in to comment.