Skip to content

appumistri/CustomisedKlovReporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CustomisedKlovReporter

Customised Klov reporter to have external logo, favicon, project name and report name.

Pre-requisites to build the jar:

  1. Java development kit
  2. Maven build tool

Steps to build & execute:

  1. Clone the project
  2. Run mvn clean install
  3. Get the jar file (klov-0.0.3.jar) from target location
  4. Copy the application properties and logger properties (link given below) to same folder as of klov-0.0.3.jar
  5. Change the report name and title in property file accordingly
  6. Create folder resources/images and have your logo and icon files here with name logo.png and favicon.png
  7. 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.

About

Klov reporter is customised to have external logo, favicon and project name.

Resources

Stars

Watchers

Forks

Packages

No packages published