robotframework/mabot

User can load results from existing XML to currently open test suites/tests

Opened this issue · 3 comments

Allow the possibility of use the HTML reports files generated by robot to
fill the  test results.

It should exit a menu entry called "open result file" in the file menu that
does the match between the tests that already are in Mabot and the tests
reported by the result file. The tests that that are in both places should
be updated automatically in Mabot with the values of the result file.

Original issue reported on code.google.com by rui.1.ca...@nsn.com on 4 Jun 2009 at 10:48

HTML result files won't be supported, but XML files generated with robot could 
be used.

Currently it is no possible to load the XML file results other way than having 
it in
correct place
http://code.google.com/p/robotframework-mabot/wiki/UserGuide#Always_Load_Old_Dat
a_From_XML.


Implementing result loading from XML should not be too hard as there is already 
code
that does that in "Always Load Old Data From XML" functionality.

Original comment by jpran...@gmail.com on 4 Jun 2009 at 2:02

  • Changed title: User can load results from existing XML to currently open test suites/tests
  • Changed state: Accepted

Original comment by jpran...@gmail.com on 28 Jun 2010 at 6:50

  • Added labels: Target-0.8

Original comment by jpran...@gmail.com on 21 Mar 2012 at 10:16

  • Removed labels: Target-0.8