jemishgopani / wdio-json-reporter

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

wdio vs 8 support? #73

Closed pmerwin closed 6 months ago

pmerwin commented 1 year ago

plans to support vs 8?

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: wdio-json-reporter@3.0.0
npm ERR! Found: @wdio/cli@8.1.2
npm ERR! node_modules/@wdio/cli
npm ERR!   @wdio/cli@"8.1.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @wdio/cli@"^7.16.3" from wdio-json-reporter@3.0.0
npm ERR! node_modules/wdio-json-reporter
PetrKnedlik commented 1 year ago

Any news? Still facing the same issue as @pmerwin. --force install made it work tho

kotlinska commented 1 year ago

I faced the same issue. There are any plans with new version of wdio ? :)

gforepsly commented 1 year ago

Still present in wdio 8.4.0... Frustrating

seeplusplus commented 1 year ago

Opened #76 to address this. In the mean time I have forked this package and it has worked for me.

christian-bromann commented 1 year ago

I am happy to take this on once we get this moved into the community org, see #63

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.

github-actions[bot] commented 7 months ago

Stale issue message