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
58 stars 46 forks source link

videoRenderTimeout triggered, not all videos finished writing to disk before patching Allure #239

Open Ductoan888 opened 5 months ago

Ductoan888 commented 5 months ago

After I run the project on github . I got this error : Screenshot 2024-03-21 212938 I try set videoRenderTimeOut increase but it still doesn't work ... Help me fix this please :(

christian-bromann commented 5 months ago

@Ductoan888 can you provide WDIO logs please?

Ductoan888 commented 5 months ago

Used mocha is oke but use cucumber not work . logs here How can I fix this ? Screenshot 2024-03-22 142756 Screenshot 2024-03-22 143104

christian-bromann commented 5 months ago

@Ductoan888 is it possible to share a minimal reproducible example?

OscF95 commented 2 months ago

I'm having the same issue. I have created a repositoy with the practical example to reproduce the issue: https://github.com/OscF95/wdio-test-repo @christian-bromann Let me know how can I help to fix the issue. You can find the log attached. 2024-06-26T202215.870Z INFO @wdiocl.txt

siri100 commented 1 week ago

Hi @OscF95 facing same issue, did you find any solution for this , Thanks