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

Not working with wdio v8

Open bhanuagarwal73 opened this issue 1 year ago • 4 comments

Can someone please fix for v8 ?

bhanuagarwal73 avatar Aug 18 '23 05:08 bhanuagarwal73

@bhanuagarwal73 use this https://www.npmjs.com/package/wdio-mochajson-reporter

This has same configuration as previous mochawesome reporter

jemishgopani avatar Aug 26 '23 17:08 jemishgopani

Since it seems that this reporter also does not been supported anymore from @fijijavis. @christian-bromann Is there any chance to follow the same approach as for this reporter? https://github.com/fijijavis/wdio-json-reporter/issues/73#issuecomment-1795578694. I can take over this.

gromanas avatar Jan 10 '24 15:01 gromanas

@gromanas I think it would be awesome if WebdriverIO would have a great html reporter option, unfortunately it seems like the mochaawesome project doesn't seem to be maintained much anymore. If we could find a great alternative that is build upon an existing html reporting framework I would be happy to add it to the core as e.g. @wdio/html-reporter. Can you make any recommendations?

christian-bromann avatar Jan 10 '24 17:01 christian-bromann

@christian-bromann Thank you very much for the quick reply. I was thinking about this and you are right. We were using wdio-mochawesome-reporter because it could export in json file where we were using it on a test results monitoring tool. A great alternative candidate could be wdio-html-nice-reporter, although we should check if this reporter has also the ability to export on json file (I think currently it doesn't, have to check), if not we can implement such a feature.

gromanas avatar Jan 15 '24 10:01 gromanas

@gromanas @christian-bromann @bhanuagarwal73 We published [email protected] for wdio v8 👍

jemishgopani avatar Jul 14 '24 16:07 jemishgopani