jemishgopani / wdio-json-reporter

A WebdriverIO plugin. Report results in json format. http://webdriver.io
13 stars 32 forks source link

Support for Webdriverio 7? #57

Closed YannVerr closed 6 months ago

YannVerr commented 3 years ago

Will there be any support for Webdriverio 7? Thank you.

tpronk commented 3 years ago

Hey! While wdio-json-reporter gives a warning that it requires WebDriverIO v6 as a peer-dependency, as far as I can see, it works just fine with WebDriverIO v7

razielron commented 3 years ago

doesn't work for me on v7. will it be fixed?

fijijavis commented 3 years ago

@razielron What are the issues you have? I'm not using WDIO on a regular basis any longer but don't mind helping keep the package up to date or approving PRs for things that need to be fixed.

razielron commented 3 years ago

@fijijavis Thank you for the quick response, After digging in I found that I was inserting the reporter in the wrong conf key, sorry about that. So it is working, but I also get the error: ERROR @wdio/sync: TypeError: uuidv5 is not a function Probably an issue on my end. Thanks anyway!

Edit: I've change it to uuidv4 and it works, can we have that change or fix it with v5? thanks!

benebsiny commented 3 years ago

So...is it now fixed? I have the same peer-dependency issue. (Only occurred in Windows. There is no problem in Linux.)

PetrKnedlik commented 1 year ago

This should be probably fixed with v3.0.0

christian-bromann commented 11 months ago

Since this project doesn't seem to be maintained anymore, we have taken the source and added it to the WebdriverIO core project. You can now use it with WebdriverIO v8 by replacing the package from wdio-json-reporter to @wdio/json-reporter. The rest should work the same way. Let me know if you encounter any issues and feel free to raise issues around this reporter in the main repository moving forward.

PetrKnedlik commented 11 months ago

yees, finally. Thank you @christian-bromann 🖤

github-actions[bot] commented 7 months ago

Stale issue message