Skip to content
Snippets Groups Projects
Commit 4eef84ae authored by David Dorchies's avatar David Dorchies :zany_face:
Browse files

tests: trace wdio on CI

Refs #
parent db8fd10e
No related branches found
No related tags found
No related merge requests found
Pipeline #159342 failed
......@@ -60,11 +60,6 @@ install:
test:
stage: test
only:
- tags
- schedules
- web
- master
script:
- npm run e2e
......
......@@ -93,7 +93,7 @@ export const config: Options.Testrunner = {
//
// Level of logging verbosity: trace | debug | info | warn | error | silent
// logLevel: 'info',
logLevel: 'warn',
logLevel: 'trace',
// logLevel: 'error',
//
// Set specific log levels per logger
......
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