extent-framework / klov

Report server for ExtentReports
http://klov.herokuapp.com
38 stars 32 forks source link

Is there a way to use Klov without server instance? #29

Closed Delallen closed 4 years ago

Delallen commented 5 years ago

Hello,

This may be somewhat of a rhetorical question, but is there anyway to use the Klov reporting without having a Klov sever instance setup and running?

Currently I have my testing suite setup to run within a Jenkins/Maven job which then copies artifacts and reports to an S3 bucket for archiving; I want to eliminate the overhead of running another server.

There is a lot of information in Klov, but there is/are some things I don't see that I would need for some of my reporting, for instance trend (pass/fail over time) related data. Reviewing the DB from my local testing, it appears that all of the relevant data I would need is there and I can work with this to build my own trends dashboard, but wondering if there is a way that I can write this same data to a DB using the DB config/connection and some sort of local handler that runs with the suite instead of having to pass through a Klov server.