webdriverio-community / wdio-video-reporter

Reporter for WebdriverIO that makes videos of failed tests and has optional allure integration
https://webdriver.io/docs/wdio-video-reporter
MIT License
58 stars 46 forks source link

Help Wanted: Video.onRunnerStart is failing for a specific wdio.conf #80

Open ignusloki opened 2 years ago

ignusloki commented 2 years ago

Hi! I have a project with wdio-video-reporter which i'm getting this error:

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.

kerkeniakov commented 2 years ago

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 : image 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 ?

ignusloki commented 2 years ago

Hi @kerkeniakov, thanks for the help! Here is the version for the chrome. Captura de Tela 2022-08-11 às 19 57 45 Here are the error logs for each version, except 105 which is in beta.

Thanks and regards, Felipe.

christian-bromann commented 8 months ago

@ignusloki can you provide a reproducible example to help us investigate the issue?