2015-07-14 15:20 GMT+03:00 శంకర్ కుమార్ యల్లపు <
sankark...@gmail.com>:
>
> I have a thought roaming in my head,please clarify me whether we can achieve
> this or not . when we have the data in output.xml for every step what we are
> doing on RF during the execution. so, can we generate the reports.hml and
> logs.html when RF moving from one test case to another during the execution.
> that would be helpful for quicker rework on failures.
This would not be easy to implement. One problem is that because
output.xml is not flushed to disk (it would slow down execution), you
may not actually have all information written down yet. A bigger
problem is that Robot's design has been creating logs/reports after
execution, and changing that would be quite a bit of work. If someone
is interested to implement this, I can help explaining the current
design and can review pull requests.
An alternative solution would be creating a framework on top of Robot
that runs tests as separate smallish runs and allows generating
logs/reports once one such run ends. It could at the end combine
results with Rebot, and you would have also one big log/report with
all executed tests like you would get if you run them all in one run.