webdriverio-community / wdio-video-reporter

Reporter for WebdriverIO that makes videos of failed tests and has optional allure integration
https://webdriver.io/docs/wdio-video-reporter
MIT License
57 stars 47 forks source link

How to remove logs? #219

Open Paganini36 opened 4 months ago

Paganini36 commented 4 months ago

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

christian-bromann commented 4 months ago

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.

Paganini36 commented 4 months ago

@christian-bromann Thank you for help!