File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 56
56
"semver" : " ~2.2.1" ,
57
57
"shelljs" : " ~0.2.6" ,
58
58
"grunt-contrib-copy" : " ~0.4.1" ,
59
- "protractor" : " ~1.5 .0" ,
60
- "grunt-protractor-runner" : " ~1.1.4 " ,
59
+ "protractor" : " ~2.1 .0" ,
60
+ "grunt-protractor-runner" : " ~2.0.0 " ,
61
61
"grunt-shell-spawn" : " ~0.3.0" ,
62
62
"selenium-webdriver" : " ~2.44.0" ,
63
63
"grunt-jscs" : " ^0.7.1" ,
Original file line number Diff line number Diff line change 1
- // An example configuration file.
1
+ // Protractor config file for Travis CI
2
2
exports . config = {
3
3
// The address of a running selenium server.
4
4
5
5
//seleniumAddress: 'http://localhost:4444/wd/hub',
6
- seleniumServerJar : '../node_modules/protractor/selenium/selenium-server-standalone-2.44 .0.jar' ,
6
+ seleniumServerJar : '../node_modules/protractor/selenium/selenium-server-standalone-2.45 .0.jar' ,
7
7
seleniumPort : 4444 ,
8
8
9
9
specs : [ '../.tmp/doc-scenarios/**/*.spec.js' , 'e2e/**/*.spec.js' ] ,
@@ -22,7 +22,7 @@ exports.config = {
22
22
// A base URL for your application under test. Calls to protractor.get()
23
23
// with relative paths will be prepended with this.
24
24
// baseUrl: 'http://localhost:9999',
25
-
25
+
26
26
// Spec patterns are relative to the location of the spec file. They may
27
27
// include glob patterns.
28
28
// specs: ['./e2e/**/*.spec.js'],
@@ -34,4 +34,4 @@ exports.config = {
34
34
// Default time to wait in ms before a test fails.
35
35
defaultTimeoutInterval : 60000
36
36
}
37
- } ;
37
+ } ;
Original file line number Diff line number Diff line change 1
- // An example configuration file.
1
+ // Protractor config file for local test running
2
2
exports . config = {
3
3
// The address of a running selenium server.
4
4
5
5
//seleniumAddress: 'http://localhost:4444/wd/hub',
6
- seleniumServerJar : '../node_modules/protractor/selenium/selenium-server-standalone-2.44 .0.jar' ,
6
+ seleniumServerJar : '../node_modules/protractor/selenium/selenium-server-standalone-2.45 .0.jar' ,
7
7
seleniumPort : 4444 ,
8
8
9
9
specs : [ '../.tmp/doc-scenarios/**/*.spec.js' , 'e2e/**/*.spec.js' ] ,
@@ -16,7 +16,7 @@ exports.config = {
16
16
// A base URL for your application under test. Calls to protractor.get()
17
17
// with relative paths will be prepended with this.
18
18
// baseUrl: 'http://localhost:9999',
19
-
19
+
20
20
// Spec patterns are relative to the location of the spec file. They may
21
21
// include glob patterns.
22
22
// specs: ['./e2e/**/*.spec.js'],
@@ -28,4 +28,4 @@ exports.config = {
28
28
// Default time to wait in ms before a test fails.
29
29
defaultTimeoutInterval : 60000
30
30
}
31
- } ;
31
+ } ;
You can’t perform that action at this time.
0 commit comments