kiwitcms / Kiwi

open source test management system with over 2 million downloads!
https://kiwitcms.org
GNU General Public License v2.0
986 stars 295 forks source link

TestNG automation plugin #692

Open atodorov opened 5 years ago

atodorov commented 5 years ago

Kiwi TCMS needs a customized plugin for TestNG which will record test execution results into our database

Getting started docs

Notes

Definition of done

Note: 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

atodorov commented 5 years ago

Also see: https://github.com/kiwitcms/junit-plugin/issues/59

atodorov commented 5 years ago

See also TestNG XML format: https://testng.org/doc/documentation-main.html#logging-xml-reports

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.

abu-sithik commented 4 years ago

Mostly we use generic reporting. Let me know if you need any further information.