Skip to content

Commit

Permalink
test: update browser versions used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Haprog committed May 15, 2019
1 parent fbdf403 commit c5038e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions wct.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ module.exports = {

registerHooks: function(context) {
const saucelabsPlatformsMobile = [
'iOS Simulator/iphone@11.3',
'iOS Simulator/iphone@9.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 @@ -56,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 c5038e7

Please sign in to comment.