Skip to content

Commit b970c1d

Browse files
committed
Merge of selected changes from Sharathkumar92 into pfilippi's submission.
1 parent bca2368 commit b970c1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

protractor.conf.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
'use strict';
22

3+
var paths = require('./.yo-rc.json')['generator-gulp-angular'].props.paths;
4+
35
// An example configuration file.
46
exports.config = {
5-
// The address of a running selenium server.
6-
//seleniumAddress: 'http://localhost:4444/wd/hub',
7-
//seleniumServerJar: deprecated, this should be set on node_modules/protractor/config.json
87

98
// Capabilities to be passed to the webdriver instance.
9+
1010
capabilities: {
1111
'browserName': 'chrome'
1212
},
1313

1414
// Spec patterns are relative to the current working directly when
1515
// protractor is called.
16-
specs: ['e2e/**/*.js'],
16+
specs: [paths.e2e + '/**/*.js'],
1717

1818
// Options to be passed to Jasmine-node.
1919
jasmineNodeOpts: {

0 commit comments

Comments
 (0)