klov
klov copied to clipboard
Report server for ExtentReports
Hi Having pull the latest docker file and running version: '2' services: klov: image: anshooarora/klov:1.0.1 container_name: klov environment: - SPRING_DATA_MONGODB_URI=mongodb://{host}:{port} ports: - 80:80 I am not able to navigate to...
While executing multiple classes... the report shows weird. Test class -1 - 1 method - report shows 1 Test classs-2 - 1 method - report shows 2 times Test class-3...
Could you please provide actual information about pricing of pro plan? Thx!
After docker-compose up command, I am getting this error Exception in monitor thread while connecting to server localhost:27017 klov | com.mongodb.MongoSocketOpenException: Exception opening socket klov | at com.mongodb.internal.connection.SocketStream.open(SocketStream.java:70) klov |...
Let's say I have 500 test cases divided into 50 test cases running parallely in a 10 separate machines. Now in Klov dashboard the launches will be # 1 to...
How do I retrieve the KLOV_REPORT_ID? I retrieve the KLOV_ID without a problem but this value indicates a specific test - what I want is to retrieve the link to...
Unfortunately the new KLOV has still the same problem as the old one: When database is growing the performance of loading the reports is continuously falling until it exceeds user...
Hi @anshooarora, When working for UI Automation the right practice is that we pass the path of the image which is not from the local machine path, so as when...
  Also there is no screenshots attached. All these issues work in klov version 0.2.8 Update: i am using these for specflows eith ExtentRerports version 4.1.0
I am trying to attach image with klov using `logger.addScreenCaptureFromPath(screenShot);` but it gives error null pointer.