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 = { ...@@ -135,15 +135,15 @@ export const config: Options.Testrunner = {
// your test setup with almost no effort. Unlike plugins, they don't add new // your test setup with almost no effort. Unlike plugins, they don't add new
// commands. Instead, they hook themselves up into the test process. // commands. Instead, they hook themselves up into the test process.
// args: ["--verbose", "--whitelisted-ips="] // args: ["--verbose", "--whitelisted-ips="]
services: [ // services: [
['chromedriver', // ['chromedriver',
{ // {
chromedriverCustomPath: "/usr/bin/chromedriver", // chromedriverCustomPath: "/usr/bin/chromedriver",
args: ["--verbose", "--whitelisted-ips=127.0.0.1"] // args: ["--verbose", "--whitelisted-ips=127.0.0.1"]
} // }
] // ]
], // ],
//
// Framework you want to run your specs with. // Framework you want to run your specs with.
// The following are supported: Mocha, Jasmine, and Cucumber // The following are supported: Mocha, Jasmine, and Cucumber
// see also: https://webdriver.io/docs/frameworks // 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