Skip to content

Commit

Permalink
chore: disable iphone testing on LambdaTest for now, it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 13, 2024
1 parent 73a160c commit 2019cdc
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions test/browser-test-config/lt_karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,16 @@ module.exports = function (config) {
browserName: 'MicrosoftEdge',
version: 'latest',
platform: 'Windows 11'
}),

ios: createLauncher(mobileWebDriverConfig, {
deviceName: 'iPhone.*',
browserName: 'Safari',
appiumVersion: '1.22.3',
isRealMobile: true,
platformName: 'ios'
})

// TODO: get testing on iphone and android working
// ios: createLauncher(mobileWebDriverConfig, {
// deviceName: 'iPhone.*',
// browserName: 'Safari',
// appiumVersion: '1.22.3',
// isRealMobile: true,
// platformName: 'ios'
// })
}

const baseConfig = baseKarma(config)
Expand Down

0 comments on commit 2019cdc

Please sign in to comment.