This repository was archived by the owner on Jul 29, 2024. It is now read-only.
File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"webdriverVersions" : {
3
- "selenium" : " 2.43.1 " ,
4
- "chromedriver" : " 2.10 " ,
5
- "iedriver" : " 2.43 .0"
3
+ "selenium" : " 2.44.0 " ,
4
+ "chromedriver" : " 2.12 " ,
5
+ "iedriver" : " 2.44 .0"
6
6
}
7
7
}
Original file line number Diff line number Diff line change 13
13
"author" :
" Julie Ralph <[email protected] >" ,
14
14
"dependencies" : {
15
15
"request" : " ~2.36.0" ,
16
- "selenium-webdriver" : " 2.43.5 " ,
16
+ "selenium-webdriver" : " 2.44.0 " ,
17
17
"minijasminenode" : " 1.1.1" ,
18
18
"jasminewd" : " 1.1.0" ,
19
19
"saucelabs" : " ~0.1.0" ,
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ exports.config = {
20
20
'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
21
21
'build' : process . env . TRAVIS_BUILD_NUMBER ,
22
22
'name' : 'Protractor suite tests' ,
23
- 'version' : '36 ' ,
23
+ 'version' : '38 ' ,
24
24
'platform' : 'OS X 10.9' ,
25
25
'selenium-version' : '2.43.1'
26
26
} , {
27
27
'browserName' : 'firefox' ,
28
28
'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
29
29
'build' : process . env . TRAVIS_BUILD_NUMBER ,
30
30
'name' : 'Protractor suite tests' ,
31
- 'version' : '32 ' ,
31
+ 'version' : '33 ' ,
32
32
'selenium-version' : '2.43.1'
33
33
} ] ,
34
34
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ exports.config = {
19
19
'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
20
20
'build' : process . env . TRAVIS_BUILD_NUMBER ,
21
21
'name' : 'Protractor smoke tests' ,
22
- 'version' : '35 ' ,
22
+ 'version' : '37 ' ,
23
23
'selenium-version' : '2.43.1' ,
24
24
'platform' : 'OS X 10.9'
25
25
} , {
26
26
'browserName' : 'firefox' ,
27
27
'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
28
28
'build' : process . env . TRAVIS_BUILD_NUMBER ,
29
29
'name' : 'Protractor smoke tests' ,
30
- 'version' : '31 ' ,
30
+ 'version' : '32 ' ,
31
31
'selenium-version' : '2.43.1'
32
32
} , {
33
33
'browserName' : 'safari' ,
You can’t perform that action at this time.
0 commit comments