It would be useful to be able to optionaly output test
results in the same format as JUNIT/ANT use when
formatter type=XML or is this related to logging
mentioned elsewhere ?
This is definitely a good idea. While a complete solution
will require the logging infrastructure of version 3.2 (in
order to capture more state information during the test
run), a preliminary version can be hosted as an extension to
3.1. Unfortunately, there is no DTD for the Ant export
format :-( Anyway, we can reverse engineer the DTD, and
probably use the Ant/JUnit stylesheets for transformation. -
Joseph
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=31257
This is definitely a good idea. While a complete solution
will require the logging infrastructure of version 3.2 (in
order to capture more state information during the test
run), a preliminary version can be hosted as an extension to
3.1. Unfortunately, there is no DTD for the Ant export
format :-( Anyway, we can reverse engineer the DTD, and
probably use the Ant/JUnit stylesheets for transformation. -
Joseph