set to silent logging

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