Customised Klov reporter to have external logo, favicon, project name and report name.
- Java development kit
- Maven build tool
- Clone the project
- Run
mvn clean install
- Get the jar file (
klov-0.0.3.jar
) from target location - Copy the application properties and logger properties (link given below) to same folder as of
klov-0.0.3.jar
- Change the report name and title in property file accordingly
- Create folder
resources/images
and have your logo and icon files here with namelogo.png
andfavicon.png
- Run
java -jar klov-0.0.3.jar
application properties
logger properties
Note: You must have a mongo db instance running for the reports to work. For basic setun, going through the official documentation of Klov report is advised.