We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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, }] ],
const video = require('wdio-video-reporter') reporters: [ [video, { saveAllVideos: true, videoSlowdownMultiplier: 3, videoRenderTimeout: 5, }] ],
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.
The text was updated successfully, but these errors were encountered:
@doublethefish thanks for pointing that out, mind raising a PR with a fix?
Sorry, something went wrong.
No branches or pull requests
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/.
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.
The text was updated successfully, but these errors were encountered: