This repository was archived by the owner on Jul 29, 2024. It is now read-only.
File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"webdriverVersions" : {
3
3
"selenium" : " 2.44.0" ,
4
- "chromedriver" : " 2.12 " ,
4
+ "chromedriver" : " 2.13 " ,
5
5
"iedriver" : " 2.44.0"
6
6
}
7
7
}
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ exports.config = {
22
22
'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
23
23
'build' : process . env . TRAVIS_BUILD_NUMBER ,
24
24
'name' : 'Protractor suite tests' ,
25
- 'version' : '38 ' ,
26
- 'platform ' : 'OS X 10.9 ' ,
27
- 'selenium-version ' : '2.43.1 '
25
+ 'version' : '39 ' ,
26
+ 'selenium-version ' : '2.44.0 ' ,
27
+ 'platform ' : 'OS X 10.9 '
28
28
} , {
29
29
'browserName' : 'firefox' ,
30
30
'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
31
31
'build' : process . env . TRAVIS_BUILD_NUMBER ,
32
32
'name' : 'Protractor suite tests' ,
33
- 'version' : '33 ' ,
34
- 'selenium-version' : '2.43.1 '
33
+ 'version' : '34 ' ,
34
+ 'selenium-version' : '2.44.0 '
35
35
} ] ,
36
36
37
37
baseUrl : env . baseUrl ,
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ exports.config = {
21
21
'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
22
22
'build' : process . env . TRAVIS_BUILD_NUMBER ,
23
23
'name' : 'Protractor smoke tests' ,
24
- 'version' : '37 ' ,
24
+ 'version' : '38 ' ,
25
25
'selenium-version' : '2.43.1' ,
26
26
'platform' : 'OS X 10.9'
27
27
} , {
28
28
'browserName' : 'firefox' ,
29
29
'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
30
30
'build' : process . env . TRAVIS_BUILD_NUMBER ,
31
31
'name' : 'Protractor smoke tests' ,
32
- 'version' : '32 ' ,
32
+ 'version' : '33 ' ,
33
33
'selenium-version' : '2.43.1'
34
34
} , {
35
35
'browserName' : 'safari' ,
You can’t perform that action at this time.
0 commit comments