wdio-video-reporter icon indicating copy to clipboard operation
wdio-video-reporter copied to clipboard

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

Open soroko-sergey opened this issue 1 year ago • 2 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 avatar Jan 17 '24 22:01 soroko-sergey

@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 avatar Jan 17 '24 23:01 christian-bromann

@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 https://github.com/webdriverio-community/wdio-video-reporter/discussions/122

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

troyyer avatar Feb 22 '24 05:02 troyyer

cannot reproduce on 5.2 version of reporter

soroko-sergey avatar May 23 '24 08:05 soroko-sergey