Sections 5.18 TestNG Listeners and 6.2.2 Logging Reporters seem to document what we need here. (see TestNG documentation above)
Definition of done
a class named org.kiwitcms.testng.Reporter which extends the org.testng.IReporter interface and is similar to KiwiTcmsExtension/TestDataEmitter from our junit-plugin linked above
very likely we'll have to abstract the reporting functionality in a separate class so that junit/testng reporters will only use a single entry point to that
^^^ work is created in a separate repository
necessary changes are sent as pull requests to the junit-plugin repository
README.rst contains information about installation & configuration
repository can be packaged as a maven package (see junit plugin)
repository contains tests
repository uses GPLv3 license
code review & issues reported from Kiwi TCMS maintainers have been resolved
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.
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: