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

**Describe the bug** The last frame from the previous test is incorrectly saved as the first frame of the current test. On the last test, a screenshot was taken after...

Reproducible Example Missing

**Describe the bug** I am working with wdio and Appium as a service, and I used an Allure report with video to generate a report for my stakeholders. Everything was...

help wanted

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8). These dependencies needed to be updated together. Updates `vitest` from 1.6.0 to 2.0.0 Release notes Sourced from vitest's releases. v2.0.0 Vitest 2.0 is here! This release...

dependencies

Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 10.0.6 to 10.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/mocha&package-manager=npm_and_yarn&previous-version=10.0.6&new-version=10.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

**Describe the bug** Videos generated are not attached correctly to the allure report if a before / beforeEach hook exists in Mocha. **Log:** ``` [2024-04-15T19:00:35.834Z] Adding execution video attachment as...

bug
help wanted

Should fix https://github.com/webdriverio-community/wdio-video-reporter/issues/453 * rewrote cucumber demo, since existing demo didn't work anymore * Added hooks that cucumber framework uses * External lib updates

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.13.0. Release notes Sourced from eslint's releases. v9.13.0 Features 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic) bf723bd feat: Improve eslintrc warning message...

dependencies

Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 2.1.3 to 2.1.4. Release notes Sourced from @​vitest/coverage-v8's releases. v2.1.4    🚀 Features This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow...

dependencies

Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 6.2.4 to 7.0.1. Release notes Sourced from npm-run-all2's releases. v7.0.1 Commits Revert engine range bump back to Node 18 b2e849b v7.0.0 Merged Prevent a throw when looking...

dependencies

**Is your feature request related to a problem? Please describe.** - I am using cucumber framework but onTestEnd is not executed inside code. So video generate is impossible. ( wdio-video-reporter/dist/wdio-video-reporter.mjs...

bug
help wanted