Using the Reporting Tool locally and on the server
Testlum gives you the ability to view the passing statistics of your test scenarios:
- Locally
- On the server
To set up Reporting Tool configurations:
- Configure
<report>in global-config.xml file

<extentReports projectName=""> - Indicating a name of the project.<htmlReportGenerator enable=""/>- Turning on/Turning off the local reporthtml- ( true | false ).<klovServerReportGenerator enable="">- Turning on/Turning off the report on the server ( true | false ).<mongoDB host="localhost" port="27017"/>- passing yourhostandportto generate the report on the server.<klovServer url="http://localhost:1010"/>- indicating URL of the server.