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 0535702 commit d1b5f2cCopy full SHA for d1b5f2c
.travis.yml
@@ -13,5 +13,4 @@ before_script:
13
- npm install -g grunt-cli
14
script:
15
- node_modules/grunt-protractor-runner/node_modules/.bin/webdriver-manager update
16
- - node_modules/grunt-protractor-runner/node_modules/.bin/webdriver-manager start &
17
- npm test
example/protractor-conf.js
@@ -1,6 +1,5 @@
1
var config = {
2
baseUrl: 'http://localhost:8000/',
3
- seleniumAddress: 'http://localhost:4444/wd/hub',
4
specs: [
5
'spec/*.spec.js'
6
],
0 commit comments