Skip to content

Commit 4ee4055

Browse files
kobenguyentDavertMik
authored andcommitted
Fix/wdio cannot start with cloud (#1424)
* fix issue that cloud service cannot start * updated based on feedback
1 parent 5b8b2be commit 4ee4055

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

lib/helper/WebDriver.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,11 @@ class WebDriver extends Helper {
246246
_validateConfig(config) {
247247
const defaults = {
248248
// webdriverio defaults
249-
protocol: 'http',
250-
host: '0.0.0.0',
251-
port: 4444,
252-
path: '/wd/hub',
249+
// Those will prevent cloud service to be initialized
250+
// protocol: 'http',
251+
// host: '0.0.0.0',
252+
// port: 4444,
253+
// path: '/wd/hub',
253254
logLevel: 'error',
254255

255256
// codeceptjs

0 commit comments

Comments
 (0)