Skip to content

This Project Created To Get RealTime Test Report Using TestNG

Notifications You must be signed in to change notification settings

shenhong29/RealTimeReport

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 

Repository files navigation

RealTimeReport

The wait is over!! Now user don't need to wait until end of the test for the report. This project is created to get the test report at RunTime using TestNG. This report can be used with an existing project or can be used with newly created project. Specality of this report is that - user don't need to change their existing codebase, only adding our pre-defined listner in user's testng.xml file can generate this report under RealtimeReport directory within the user's existing project structure. The index.html file holds the link of all test suites' results detail page. The index.html file looks like:

index

To get the details of any perticular suite user need to click the perticular suite button. Suite details report page looks like:

suiteresult

User need to add the RealTimeTestResultListener class as listeners to create this realtime report of any TestNg test.

<listeners>
	<listener class-name="report.realtime.listener.RealTimeTestResultListener" />
</listeners>

Credits :-


  1. Santu Saha (saha.santu@gmail.com)
  2. Rohan Ghosh (ghoshrohan07@gmail.com)
  3. Arjun Ray (arjunray12@gmail.com)
  4. Dipankar Rana (dipankar_6612@yahoo.co.in)
  5. Ananta Bose (anantabose29@gmail.com)

About

This Project Created To Get RealTime Test Report Using TestNG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.3%
  • Java 8.4%
  • XSLT 4.2%
  • CSS 1.1%