Skip to content

Commit

Permalink
add missing runner configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
patthiel committed Dec 13, 2019
1 parent c35be39 commit 0c2c092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/manager/e2e/config/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ exports.config = {
// debug: true,
// execArgv: ['--inspect=127.0.0.1:5859'],
// Selenium Host/Port
runner: 'local',
hostname: process.env.DOCKER ? 'selenium' : 'localhost',
port: 4444,
//
Expand Down

0 comments on commit 0c2c092

Please sign in to comment.