diff --git a/wdio.conf.ts b/wdio.conf.ts index 654fa4a6db34145a171155cd4ce84f83e6b25969..995786a63adbf4ed7b9bc6593ddc5b52c91ac20a 100644 --- a/wdio.conf.ts +++ b/wdio.conf.ts @@ -135,15 +135,15 @@ export const config: Options.Testrunner = { // your test setup with almost no effort. Unlike plugins, they don't add new // commands. Instead, they hook themselves up into the test process. // args: ["--verbose", "--whitelisted-ips="] - services: [ - ['chromedriver', - { - chromedriverCustomPath: "/usr/bin/chromedriver", - args: ["--verbose", "--whitelisted-ips=127.0.0.1"] - } - ] - ], - + // services: [ + // ['chromedriver', + // { + // chromedriverCustomPath: "/usr/bin/chromedriver", + // args: ["--verbose", "--whitelisted-ips=127.0.0.1"] + // } + // ] + // ], + // // Framework you want to run your specs with. // The following are supported: Mocha, Jasmine, and Cucumber // see also: https://webdriver.io/docs/frameworks