[jboss-dev-forums] [Design of JBoss internal QA (Test Suite)] - Re: testsuite's log4j configuration leads to large reports
jaroslaw.kijanowski
do-not-reply at jboss.com
Sat Jan 27 15:09:24 EST 2007
A huge TESTS-Testsuites.xml file is ok as long it is not parsed by XSLT. To generate a html report we don't use XSLT. We use XSLT just for generating these two summaries.
So my idea is to use XSLT not for the huge TESTS-Testsuites.xml, but to generate smaller TEST-testname_short_version.xml files. Then, JUnitReport will generate a second TESTS-Testsuites_short_version.xml by aggregating these "short_version" xml files and not the bigger ones.
Finally TESTS-Testsuites_short_version.xml would be used for generating summaries with the old stylesheets.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007256#4007256
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007256
More information about the jboss-dev-forums
mailing list