Skip to content
Snippets Groups Projects
Commit 1d46b9e1 authored by François Grand's avatar François Grand
Browse files

chore(e2e): add verbose option to ChromeDriver

refs #618
parent 5cb7b618
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -127,7 +127,13 @@ export const config: Options.Testrunner = {
// Services take over a specific job you don't want to take care of. They enhance
// your test setup with almost no effort. Unlike plugins, they don't add new
// commands. Instead, they hook themselves up into the test process.
services: ['chromedriver'],
services: [
['chromedriver',
{
args: ["--verbose"]
}
]
],
// Framework you want to run your specs with.
// The following are supported: Mocha, Jasmine, and Cucumber
......
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