Skip to content

Commit

Permalink
chore: fix HyperExecute config
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Nov 4, 2024
1 parent 73bd53d commit de3a30e
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions test/browser-test-config/lambdatest-karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,26 @@ module.exports = function (config) {
version: '131',
platform: 'windows 11'
},
safari_mac: {
...launcherDefaults,
browserName: 'safari',
version: '18',
platform: 'mac sequoia'
},
// FIXME: test on Safari on Mac
// safari_mac: {
// ...launcherDefaults,
// browserName: 'safari',
// version: '18',
// platform: 'mac sequoia'
// },
edge_windows: {
...launcherDefaults,
browserName: 'edge',
version: '130',
platform: 'windows 11'
},
chrome_android: {
...launcherDefaults,
browserName: 'chrome',
version: '130',
platform: 'android 15'
}
// FIXME: test on Chrome on Android
// chrome_android: {
// ...launcherDefaults,
// browserName: 'chrome',
// version: '130',
// platform: 'android 15'
// }
}

config.set(Object.assign(baseConfig, {
Expand Down

0 comments on commit de3a30e

Please sign in to comment.