Skip to content
Snippets Groups Projects
Commit b3338463 authored by David Dorchies's avatar David Dorchies
Browse files

fix(e2e): Use wdio browser autoconfiguration instead of manual install

Refs #648
parent cb9edb31
No related branches found
No related tags found
2 merge requests!252release: version 4.18.0,!243Resolve "CI: E2E tests are not working since docker image update"
Pipeline #159433 canceled
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment