Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs out of date for video #537

Open
doublethefish opened this issue Dec 17, 2024 · 1 comment
Open

Docs out of date for video #537

doublethefish opened this issue Dec 17, 2024 · 1 comment

Comments

@doublethefish
Copy link

doublethefish commented Dec 17, 2024

Describe the bug
I just hit the issues described in #401 and checked the message from @christian-bromann against the docs https://webdriver.io/docs/wdio-video-reporter/.

const video = require('wdio-video-reporter')

reporters: [ [video, { saveAllVideos: true, videoSlowdownMultiplier: 3, videoRenderTimeout: 5, }] ],

This is not how you are suppose to add the reporter to the config, instead just do:

reporters: [
['video', {
saveAllVideos: true,
videoSlowdownMultiplier: 3,
videoRenderTimeout: 5,
}]
],

It appears that the docs are simply out of date.

Log
See #401

To Reproduce
See #401

Expected behavior
The docs to match the tools.

Environment (please complete the following information):
See #401

Desktop (please complete the following information):
See #401

Smartphone (please complete the following information):
See #401

Additional context
Add any other context about the problem here.

@christian-bromann
Copy link
Contributor

@doublethefish thanks for pointing that out, mind raising a PR with a fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants