remove duplicate loglevel output

This commit is contained in:
Tommy
2021-10-22 17:27:32 +01:00
parent 7b8731ddcc
commit 8a63df3e82
-1
View File
@@ -39,7 +39,6 @@ exports.config = {
// ===================
// Define all options that are relevant for the WebdriverIO instance here
// Level of logging verbosity: trace | debug | info | warn | error | silent
logLevel: 'silent',
bail: 0,
framework: 'mocha',
reporters: ['spec'],