webdriverio-community / wdio-video-reporter

Reporter for WebdriverIO that makes videos of failed tests and has optional allure integration

Home Page:https://webdriver.io/docs/wdio-video-reporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remake a package from CommonJS to ES6 (rid out of files with .mjs extension)

soroko-sergey opened this issue · comments

now for me its impossible to use video-reporter with ES6. I can use video reporter till 3.5.0 version with ES6 for wdio v8, all newer versions are not working good. I catch errors about commonjs and es6

@soroko-sergey thanks for raising the issue. Are you using WebdriverIO v8? If so you should have no issues using the service even if your tests are written in CJS. Can you provide error logs or a reproducible example?

@christian-bromann
i raised a discussion comment with a similar where i cant upgrade past video reporter v3.5 on either webdriverio v7 and v8 #122

this is a current code sample having the issue
https://github.com/troyyer/wdiov8-sample-for-video-reporter/

cannot reproduce on 5.2 version of reporter