chore: fix HyperExecute config

This commit is contained in:
Jos de Jong 2024-11-04 12:54:52 +01:00
parent 73bd53dfa0
commit de3a30eb56

View File

@ -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, {