File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : node_js
22sudo : required
33dist : trusty
4- node_js : stable
4+ node_js :
5+ - 8
56addons :
67 sauce_connect : true
78 firefox : latest
@@ -10,6 +11,10 @@ addons:
1011 - google-chrome
1112 packages :
1213 - google-chrome-stable
14+ before_install :
15+ - export CHROME_BIN=chromium-browser
16+ - export DISPLAY=:99.0
17+ - sh -e /etc/init.d/xvfb start
1318before_script :
1419- npm install
1520script :
Original file line number Diff line number Diff line change @@ -6,23 +6,17 @@ module.exports = function(config) {
66
77 // Check out https://saucelabs.com/platforms for all browser/platform combos
88 var customLaunchers = {
9- slIOS8 : {
10- base : 'SauceLabs' ,
11- browserName : 'iPhone' ,
12- platform : 'OS X 10.10 ' ,
13- version : '8.4'
14- } ,
9+ // slIOS8: {
10+ // base: 'SauceLabs',
11+ // browserName: 'iPhone',
12+ // platform: 'OS X 10.12 ',
13+ // version: '8.4'
14+ // },
1515 slIOS9 : {
1616 base : 'SauceLabs' ,
1717 browserName : 'iPhone' ,
18- platform : 'OS X 10.11' ,
19- version : '9.2'
20- } ,
21- slIOS10 : {
22- base : 'SauceLabs' ,
23- browserName : 'iPhone' ,
24- platform : 'macOS 10.12' ,
25- version : '10.2'
18+ platform : 'OS X 10.12' ,
19+ version : '9.3'
2620 } ,
2721 slAndroid4 : {
2822 base : 'SauceLabs' ,
@@ -72,13 +66,15 @@ module.exports = function(config) {
7266 slSafari10 : {
7367 base : 'SauceLabs' ,
7468 browserName : 'safari' ,
75- platform : 'macOS 10.12 ' ,
69+ platform : 'OS X 10.11 ' ,
7670 version : '10.0'
7771 } ,
78- slOpera : {
79- base : 'SauceLabs' ,
80- browserName : 'opera'
81- } ,
72+ // SauceLabs discontinued support for all versions of Opera:
73+ // https://wiki.saucelabs.com/pages/viewpage.action?pageId=70074721
74+ // slOpera: {
75+ // base: 'SauceLabs',
76+ // browserName: 'opera'
77+ // },
8278 slEdge14 : {
8379 base : 'SauceLabs' ,
8480 browserName : 'microsoftedge' ,
You can’t perform that action at this time.
0 commit comments