-
-
Notifications
You must be signed in to change notification settings - Fork 312
TestNG automation plugin #692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also see: kiwitcms/junit-plugin#59 |
See also TestNG XML format: this is definitely easier to implement. Can people who have upvoted this issue comment on the Java native vs. XML implementations. Are there any specific features which you use (or just generic reporting), etc. Kiwi TCMS team would like to have some more background info before we set off to build this plugin. |
Mostly we use generic reporting. Let me know if you need any further information. |
Kiwi TCMS needs a customized plugin for TestNG which will record test execution results into our database
Getting started docs
Notes
Definition of done
org.kiwitcms.testng.Reporter
which extends theorg.testng.IReporter
interface and is similar to KiwiTcmsExtension/TestDataEmitter from our junit-plugin linked aboveNote: comment on this issue with a link to your repository as soon as you have something working!
This issue is part of Kiwi TCMS open source bounty program. For more information see the link(s) in bounty-program milestone
The text was updated successfully, but these errors were encountered: