webdriverio-community / wdio-teamcity-reporter

Teamcity reporter for WebdriverIO
MIT License
6 stars 22 forks source link

Make reporter compatible with WebdriverIO v5 #12

Closed christian-bromann closed 4 years ago

christian-bromann commented 5 years ago

Hola 👋

WebdriverIO released v5 around Christmas, see also this blogpost. To make this reporter usable with the new version there are some small adjustments necessary. There are some minor changes that need to be made. You can find a general overview here. Most important ones to point out are:

Feel free to drop by the webdriverio/v5 support channel in case you need support.

Thanks so much for contributing to the WebdriverIO community. We really appreciate it 🙏 !

tagoro9 commented 5 years ago

I would like to help with the update, as I'm using this reporter.

Looking at the current messages that are generated I think there is some information there that is no longer provided in the SuiteStats or TestStats classes.

I can try to create a PR with a possible update.

fedecia commented 5 years ago

I have a version working locally, will see if I can provide the PR

VikingTristan commented 5 years ago

Any updates on this?

tagoro9 commented 5 years ago

I didn't work on this as @fedecia mentioned that they already have a working version.

Happy to give it a try if they are unable to create the PR.

mightyaleksey commented 5 years ago

Sorry, guys. Haven't noticed it. I'll check it this week and see what can i do.

AnnikaNissen commented 5 years ago

Any news on this? I would really appreciate if the reporter would be updated to be compatible with WebdriverIO v5 :)

simonwilson1985 commented 5 years ago

I have a version working locally, will see if I can provide the PR

@fedecia any chance you could provide a PR for this please?

tagoro9 commented 5 years ago

I just created a PR updating the reporter to support wdio 5. https://github.com/sullenor/wdio-teamcity-reporter/pull/14

MykleNero commented 5 years ago

Hello, any chances of getting this PR merged? https://github.com/sullenor/wdio-teamcity-reporter/pull/14