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
- Host: GitHub
- URL: https://github.com/redhatqe/testng-listeners
- Owner: RedHatQE
- Created: 2012-05-10T20:29:48.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-06T10:19:57.000Z (over 11 years ago)
- Last Synced: 2025-04-20T01:33:10.446Z (9 months ago)
- Language: Java
- Size: 527 KB
- Stars: 7
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.