Skip to content

RedHatQE/testng-listeners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestNG Listeners

Contains a couple of helpful listeners for TestNG.

  • 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.

About

Various TestNG listeners and supporting code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published