We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8b2be commit 4ee4055Copy full SHA for 4ee4055
1 file changed
lib/helper/WebDriver.js
@@ -246,10 +246,11 @@ class WebDriver extends Helper {
246
_validateConfig(config) {
247
const defaults = {
248
// webdriverio defaults
249
- protocol: 'http',
250
- host: '0.0.0.0',
251
- port: 4444,
252
- path: '/wd/hub',
+ // Those will prevent cloud service to be initialized
+ // protocol: 'http',
+ // host: '0.0.0.0',
+ // port: 4444,
253
+ // path: '/wd/hub',
254
logLevel: 'error',
255
256
// codeceptjs
0 commit comments