We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca2368 commit b970c1dCopy full SHA for b970c1d
protractor.conf.js
@@ -1,19 +1,19 @@
1
'use strict';
2
3
+var paths = require('./.yo-rc.json')['generator-gulp-angular'].props.paths;
4
+
5
// An example configuration file.
6
exports.config = {
- // The address of a running selenium server.
- //seleniumAddress: 'http://localhost:4444/wd/hub',
7
- //seleniumServerJar: deprecated, this should be set on node_modules/protractor/config.json
8
9
// Capabilities to be passed to the webdriver instance.
10
capabilities: {
11
'browserName': 'chrome'
12
},
13
14
// Spec patterns are relative to the current working directly when
15
// protractor is called.
16
- specs: ['e2e/**/*.js'],
+ specs: [paths.e2e + '/**/*.js'],
17
18
// Options to be passed to Jasmine-node.
19
jasmineNodeOpts: {
0 commit comments