webdriverio-community / wdio-video-reporter

Reporter for WebdriverIO that makes videos of failed tests and has optional allure integration

Home Page:https://webdriver.io/docs/wdio-video-reporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to remove logs?

Paganini36 opened this issue · comments

Hello. I'm using wdio-video-reporter while running a group of parallel wdio-tests. I would like to know if it is possible to configure the reporter so that when taking screenshots and videos, logs are not output to the console?

I don't need these logs:

image

Right now you can set an outputDir option for the reporter to have it dump these logs into a file. However I agree that it should be manageable to allow users to disable them. Any contribution is appreciated.

@christian-bromann Thank you for help!