Skip to content

Commit

Permalink
Fix #4 Add Selenium server conf to template
Browse files Browse the repository at this point in the history
  • Loading branch information
racodond committed Nov 19, 2018
1 parent 400fb42 commit 75f2d17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions template/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ const config = {
// },
],

// services: ['selenium-standalone'],
// host: '0.0.0.0',
// port: '4444',
// path: '/wd/hub',

// seleniumInstallArgs: {
// proxy: 'http://localhost:3128',
// drivers: {
Expand Down

0 comments on commit 75f2d17

Please sign in to comment.