jemishgopani / wdio-json-reporter

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

feat: add wdio v8 support #76

Closed seeplusplus closed 11 months ago

seeplusplus commented 1 year ago

Converted to ESModules and upgraded package deps.

As a temporary holdover for anyone who needs these changes, they are being hosted at @seeplusplus/wdio-json-reporter

nair-sumesh commented 1 year ago

Any progress? Current version does not let me upgrade my Webdriver installation to latest release.

christian-bromann commented 11 months ago

We have migrated the reporter to the core project and you can now use it via @wdio/json-reporter. It is fully compatible with v8.

seeplusplus commented 11 months ago

We have migrated the reporter to the core project and you can now use it via @wdio/json-reporter. It is fully compatible with v8.

Closing. Thanks @christian-bromann !