Skip to content

Commit

Permalink
Update wct config
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix committed May 14, 2019
1 parent f804e80 commit ab23f16
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions wct.conf.js
Expand Up @@ -33,16 +33,17 @@ module.exports = {

registerHooks: function(context) {
const saucelabsPlatformsMobile = [
'iOS Simulator/iphone@11.3'
'iOS Simulator/iphone@12.2',
'iOS Simulator/iphone@10.3'
];

const saucelabsPlatformsMicrosoft = [
'Windows 10/microsoftedge@17',
'Windows 10/microsoftedge@18',
'Windows 10/internet explorer@11'
];

const saucelabsPlatformsDesktop = [
'macOS 10.13/safari@11.1'
'macOS 10.13/safari@latest'
];

const saucelabsPlatforms = [
Expand All @@ -55,10 +56,10 @@ module.exports = {
{
deviceName: 'Android GoogleAPI Emulator',
platformName: 'Android',
platformVersion: '7.1',
platformVersion: '8.1',
browserName: 'chrome'
},
'iOS Simulator/ipad@11.3',
'iOS Simulator/ipad@12.2',
'iOS Simulator/iphone@10.3',
'Windows 10/chrome@latest',
'Windows 10/firefox@latest'
Expand Down

0 comments on commit ab23f16

Please sign in to comment.