Open GoogleCodeExporter opened 9 years ago
The overall structure of the XML report is similar to the overall
structure of the test suite itself, except the root element is named
x:report. The elements x:scenario, x:label, x:call and x:context are
copied over. The attribute label is normalized to an element x:label.
After a x:call or a x:context, a new element x:result is inserted,
with the value returned by the function or template. Then for each
element x:except in the suite, we have in the report an element x:test
with: an xs:boolean attribute named successful, an element x:label,
and an element x:except with the value actually expected.
Of course, a schema would be better, but I hope this description
might already be enough for you to start.
Let us know your progress... Thank you!
Original comment by fgeorges
on 14 May 2012 at 7:13
Original issue reported on code.google.com by
fou...@googlemail.com
on 11 May 2012 at 12:22