wdio-video-reporter
wdio-video-reporter copied to clipboard
Help Wanted: Video.onRunnerStart is failing for a specific wdio.conf
Hi! I have a project with wdio-video-reporter which i'm getting this error:
- error: error.log
- wdio.conf.js: wdio.conf.js.txt
Am I setting any configuration in wdio.conf which is causing this problem? Because I have another project with a standard wdio.conf and the puglin works correctly.
Thanks and regards, Felipe.
Hi ,
First we see this warning :
This version of ChromeDriver has not been tested with Chrome version 104. ,
Then we see this :
at Video.onRunnerStart (/Users/suporte/repo/rally/app/node_modules/wdio-video-reporter/src/index.js:83:31)
which contains the following code :
Looks the issue is related to the sessionid or sessionid type.
Can you share your chromedriver version and chrome version? Can you try with the latest stable ? Can you try with 103,104,105 ?
Hi @kerkeniakov, thanks for the help!
Here is the version for the chrome.
Here are the error logs for each version, except 105 which is in beta.
Thanks and regards, Felipe.
@ignusloki can you provide a reproducible example to help us investigate the issue?