Skip to content
Snippets Groups Projects

Resolve "CI: E2E tests are not working since docker image update"

1 file
+ 9
9
Compare changes
  • Side-by-side
  • Inline
+ 9
9
@@ -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
Loading