startingwithseleniumwebdriver / RealTimeReport

This Project Created To Get RealTime Test Report Using TestNG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RealTimeReport

The wait is over!! Now you don't need to wait until end of the test for the report. This project help you to get the test report at RunTime using TestNG. You can intigrate this report with an existing project or can incorporate with new testNG project. Specality of this report is that - you don't need to change your existing codebase, only adding our pre-defined listner in user's testng.xml file can generate this report under target/RealtimeReport directory within your 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

Getting Started

Include realtime-report-vx.x.jar into your project classpath. We've released our latest package at Releases.

You need to add the RealTimeTestResultListener class as listener to create this realtime report for any TestNg test.

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

So Easy !!

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


Languages

Language:JavaScript 85.1%Language:Java 9.6%Language:XSLT 4.2%Language:CSS 1.1%