Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions lib/helper/WebDriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,11 @@ class WebDriver extends Helper {
_validateConfig(config) {
const defaults = {
// webdriverio defaults
protocol: 'http',
host: '0.0.0.0',
port: 4444,
path: '/wd/hub',
// Those will prevent cloud service to be initialized
// protocol: 'http',
// host: '0.0.0.0',
// port: 4444,
// path: '/wd/hub',
logLevel: 'error',

// codeceptjs
Expand Down