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

Currently the output resolution of the video is hard-coded to 1200 x height. This PR allows setting the scale flag that is passed to ffmpeg to customize the output resolution....

Hi! I have a project with wdio-video-reporter which i'm getting this error: - error: [error.log](https://github.com/webdriverio-community/wdio-video-reporter/files/9305357/error.log) - wdio.conf.js: [wdio.conf.js.txt](https://github.com/webdriverio-community/wdio-video-reporter/files/9305359/wdio.conf.js.txt) Am I setting any configuration in wdio.conf which is causing this problem?...

Reproducible Example Missing

see [#8351](https://github.com/webdriverio/webdriverio/issues/8351)

**Is your feature request related to a problem? Please describe.** I want to be able to send the created video to ReportPortal, etc. Since all videos are constructed in `onRunnerEnd`...

As part of the [v8 effort](https://github.com/webdriverio/webdriverio/issues?q=is%3Aopen+is%3Aissue+milestone%3Av8) we are currently [migrating over to ESM](https://github.com/webdriverio/webdriverio/issues/8306) as many packages will stop support CJS in the future. This means we have to transition all...

**Describe the bug** Putting the process to an halt with: ```js const stop = new Date().getTime() + ms; while(new Date().getTime() < stop); ``` is not ideal as it completely blocks...

Is it possible to record the video per suite/module/file instead of per test case?

question

My test suites are organized as such: ``` describe("place order from basket", () => { it("login", () => { browser.login_testuser() }) it("go to /basket/delivery", () => { browser.urlAndWait("/basket/delivery") }) it("click...

enhancement
help wanted

Webdriverio has a feature called multiremote https://webdriver.io/docs/multiremote.html It allows to drive multiple browsers at the same time This pr adds support for multiremote. There doesn't appear to be a way...

Redundant line removed from Readme file, and a spelling of a word corrected.