startingwithseleniumwebdriver / RealTimeReport

This Project Created To Get RealTime Test Report Using TestNG
35 stars 16 forks source link

Need Report with AutoRefresh #9

Open sunderkandasamy opened 7 years ago

sunderkandasamy commented 7 years ago

I like the very idea of dynamic reporting..

It helps to visualize automation health right after execution start (helps especially if test execution time is more)

Suggestion/ Feature Request: will be helpful if,

  1. HTML Report Opens automatically right after starting test execution
  2. Reports gets auto refreshed
startingwithseleniumwebdriver commented 7 years ago

@sunderkandasamy thanks for your suggestion, but we need clarification for your second one suggestion, is not annoying if someone look the details of the particular test method result and now refreshed then user again need to expand the result. what do you think about it?

samalam commented 6 years ago

I have been trying to use this feature, and like it very much. The two points suggested by @sunderkandasamy are desirable. Additionally if this is run on a remote machine using Jenkins, the index.html should be accessible from any client box, (preferably with a password protection).

I think the second point presented by @sunderkandasamy is that the page should be using websockets to auto refresh the page without having to have user click on refresh to reload the entire page, and user having to expand the selections all over again on the page.

samalam commented 6 years ago

This project was last updated about 2 yrs agoand @startingwithseleniumwebdriver 's comments are from Jun 28, 2017 (about a year old). Is this project still live?