Method to incrementally save html log while test is running
Hi all,
Just curious if anyone has found a way to incrementally save an html log. By this I mean, while the test is running:
- Every e.g. minute, export out to html (we can only use Log.SaveLogAs at the moment) only the log data that has changed since the last save
That way I can save it out to a web server and use it as a way to view the test results LIVE.
Might be a feature request if no one has any ideas.
The reason is that some tests can:
- go on for a looong time (we want to know of any errors while it's running and be able to see if any important errors occurred)
- be absolutely HUGE (why we would save incrementally i.e. not save the full log each time)
I could probably figure out something myself e.g. On an error event save off my own custom html page to the webserver, but would, ideally, like to use the Smartbear test log.
Thanks for your help!
m