wdio-video-reporter
wdio-video-reporter copied to clipboard
Reporter for WebdriverIO that makes videos of failed tests and has optional allure integration
**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...
**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...
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...
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 [](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...
**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...
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...
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...
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...
**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...