@@ -25,8 +25,8 @@ exports.config = {
2525 'name' : 'Protractor smoke tests' ,
2626 'version' : '54' ,
2727 'selenium-version' : '2.53.1' ,
28- 'chromedriver-version' : '2.25 ' ,
29- 'platform' : 'OS X 10.9 '
28+ 'chromedriver-version' : '2.26 ' ,
29+ 'platform' : 'OS X 10.11 '
3030 } , {
3131 'browserName' : 'firefox' ,
3232 'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
@@ -35,14 +35,7 @@ exports.config = {
3535 'version' : '47' ,
3636 'selenium-version' : '2.53.1'
3737 } , {
38- 'browserName' : 'safari' ,
39- 'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
40- 'build' : process . env . TRAVIS_BUILD_NUMBER ,
41- 'name' : 'Protractor smoke tests' ,
42- 'version' : '8' ,
43- 'selenium-version' : '2.44.0' // Use an old version because Safari has
44- // issues loading pages after 2.44.
45- } , {
38+ // TODO: Add Safari 10 once Saucelabs gets Selenium 3
4639 'browserName' : 'safari' ,
4740 'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
4841 'build' : process . env . TRAVIS_BUILD_NUMBER ,
@@ -51,21 +44,21 @@ exports.config = {
5144 'selenium-version' : '2.44.0' // Use an old version because Safari has
5245 // issues loading pages after 2.44.
5346 } , {
54- 'browserName' : 'internet explorer ' ,
47+ 'browserName' : 'MicrosoftEdge ' ,
5548 'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
5649 'build' : process . env . TRAVIS_BUILD_NUMBER ,
5750 'name' : 'Protractor smoke tests' ,
58- 'version' : '11 ' ,
51+ 'version' : '14.14393 ' ,
5952 'selenium-version' : '2.53.1' ,
60- 'platform' : 'Windows 7 '
53+ 'platform' : 'Windows 10 '
6154 } , {
62- 'browserName' : 'internet explorer ' ,
55+ 'browserName' : 'Internet Explorer ' ,
6356 'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
6457 'build' : process . env . TRAVIS_BUILD_NUMBER ,
6558 'name' : 'Protractor smoke tests' ,
66- 'version' : '10 ' ,
59+ 'version' : '11 ' ,
6760 'selenium-version' : '2.53.1' ,
68- 'platform' : 'Windows 7 '
61+ 'platform' : 'Windows 8.1 '
6962 } ] ,
7063
7164 baseUrl : env . baseUrl + '/ng1/' ,
0 commit comments