Skip to content

Commit d1b5f2c

Browse files
author
Bogdan Livadariu
committed
make logger for selenium gone
1 parent 0535702 commit d1b5f2c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ before_script:
1313
- npm install -g grunt-cli
1414
script:
1515
- node_modules/grunt-protractor-runner/node_modules/.bin/webdriver-manager update
16-
- node_modules/grunt-protractor-runner/node_modules/.bin/webdriver-manager start &
1716
- npm test

example/protractor-conf.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
var config = {
22
baseUrl: 'http://localhost:8000/',
3-
seleniumAddress: 'http://localhost:4444/wd/hub',
43
specs: [
54
'spec/*.spec.js'
65
],

0 commit comments

Comments
 (0)