This repository was archived by the owner on Jul 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-26
lines changed Expand file tree Collapse file tree 2 files changed +5
-26
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,13 @@ exports.config = {
33
33
'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
34
34
'build' : process . env . TRAVIS_BUILD_NUMBER ,
35
35
'name' : 'Protractor suite tests' ,
36
- 'version' : '54' ,
37
- 'selenium-version' : '2.53.1' ,
38
- 'chromedriver-version' : '2.26' ,
39
- 'platform' : 'OS X 10.11'
36
+ 'version' : '70'
40
37
} , {
41
38
'browserName' : 'firefox' ,
42
39
'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
43
40
'build' : process . env . TRAVIS_BUILD_NUMBER ,
44
41
'name' : 'Protractor suite tests' ,
45
- 'version' : '47 ' ,
42
+ 'version' : '60 ' ,
46
43
} ] ,
47
44
48
45
baseUrl : env . baseUrl + '/ng1/' ,
Original file line number Diff line number Diff line change 1
- exports . config = require ( './angular2Conf.js' ) . config ;
2
-
3
- exports . config . sauceUser = process . env . SAUCE_USERNAME ;
4
- exports . config . sauceKey = process . env . SAUCE_ACCESS_KEY ;
5
- exports . config . seleniumAddress = undefined ;
6
-
7
- // TODO: add in firefox when issue #2784 is fixed
8
- exports . config . multiCapabilities = [ {
9
- 'browserName' : 'chrome' ,
10
- 'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
11
- 'build' : process . env . TRAVIS_BUILD_NUMBER ,
12
- 'name' : 'Protractor suite tests' ,
13
- 'version' : '54' ,
14
- 'selenium-version' : '2.53.1' ,
15
- 'chromedriver-version' : '2.26' ,
16
- 'platform' : 'OS X 10.11'
17
- } ] ;
18
- exports . config . capabilities = undefined ;
19
- exports . config . allScriptsTimeout = 120000 ;
20
- exports . config . getPageTimeout = 120000 ;
21
- exports . config . jasmineNodeOpts . defaultTimeoutInterval = 120000 ;
1
+ exports . config = require ( './ciFullConf.js' ) . config ;
2
+ exports . config . specs = require ( './angular2Conf.js' ) . config . specs ;
3
+ exports . config . exclude = undefined ;
You can’t perform that action at this time.
0 commit comments