wdio-video-reporter icon indicating copy to clipboard operation
wdio-video-reporter copied to clipboard

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

Results 30 wdio-video-reporter issues
Sort by recently updated
recently updated
newest added

Description --- browser.getMetrics is not a function when using wdio-video-reporter alongside devtools Reproduction Steps --- https://github.com/chrisplim/wdio-video-reporter-bug 1. Setup, and run the example test. To see the test pass ``` git...

After I run the project on github . I got this error : ![Screenshot 2024-03-21 212938](https://github.com/webdriverio-community/wdio-video-reporter/assets/112314815/af6b1d26-ca11-45d3-abd0-865cac3bfad4) I try set videoRenderTimeOut increase but it still doesn't work ... Help me fix...

help wanted

**Describe the bug** i got error when i run wdio-video-reporter on jenkins and the OS is centos 8 **Log** There is no wdio log because it failed from start But...

more info needed

I am facing issues with Video Reporting, following are my dependencies Video doesn't start "@wdio/allure-reporter": "^8.30.0", "@wdio/cli": "^8.27.1", "@wdio/cucumber-framework": "^8.27.1", "@wdio/local-runner": "^8.27.0", "@wdio/spec-reporter": "^8.27.0", "allure-commandline": "^2.25.0", "chromedriver": "^121.0.0", "ts-node": "^10.9.2",...

bug
help wanted

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...

help wanted

now for me its impossible to use video-reporter with ES6. I can use video reporter till 3.5.0 version with ES6 for wdio v8, all newer versions are not working good....

**Describe the bug** I install the wdio (npm init wdio@latest .) select the video reporter as an option, finish the installing after running the example of tests I see the...

help wanted

https://github.com/webdriverio/webdriverio/issues/12097#issuecomment-1912357798 ### WebdriverIO Version 8.20.5 ### Node.js Version 18.17.1 ### Mode WDIO Testrunner ### Which capabilities are you using? ```typescript Main config in package.json "devDependencies": { "@moroo/wdio-slack-reporter": "^8.0.1", "@wdio/cli": "^8.16.4",...

bug
help wanted

This requires the following work items: - [ ] get Cucumber demo working again (it currently stales at the end of the test) - [ ] add e2e test suite...

help wanted

**Describe the bug** I am using Webdriver.IO v7 for automation testing and configuring the video support in Allure report for failed testcases. I followed the wdio-video-reporter documentation on Webdriver.IO official...

bug
help wanted
Reproducible Example Missing