An open API service indexing awesome lists of open source software.

https://github.com/redhatqe/testng-listeners

Various TestNG listeners and supporting code
https://github.com/redhatqe/testng-listeners

Last synced: 8 months ago
JSON representation

Various TestNG listeners and supporting code

Awesome Lists containing this project

README

          

# TestNG Listeners

Contains a couple of helpful listeners for [TestNG](http://testng.org/).

* **GnomeTestNGListener** : produces screenshots of GNOME apps when a test fails
* **TestNGListener** : logs TestNG events such as test start/end/skip etc. to stdout using java.util.logging
* **BugzillaTestNGListener** : allows you to annotate your tests with a group corresponding to a bugzilla bug. When the test executes, the bug will be checked to see if it's still open. If so, the test will be skipped.
* **SkipTestNGListener** : allows you to annotate your test methods or
classes using @SkipIf annotation to get skipped by TestNG based on
values of system property.

Also contains TestNGReportHandler, which is a handler for java.util.logging, that writes HTML to the TestNG Report log.