Skip to content

Test Suite Report Engine Client Setup

Jeeva Kandasamy edited this page Aug 2, 2013 · 4 revisions

Test Suite ~ RE server setup

How to attach Report Engine (RE) Client with our existing Test Suite?
  • Already we have developed a client for Java Test suite which is running with Junit or TestNG. Others kindly develop your own RE client with the help of REST API.

  • To attach Junit or TestNG RE client on your code just add listener.

    • TestNG listener : com.redhat.reportengine.client.ReportEngineClientTestNGListener
    • Junit listener : com.redhat.reportengine.client.ReportEngineClientJunitListener

Clone this wiki locally