there's a runservertests task (ant integration) that works nicely. it starts your server if needed, runs your tests, and shuts down the server (if it started it). see here:
http://jakarta.apache.org/cactus/integration/ant/task_runservertests.html the output can be nice standard junit html output files showing your test results. > -----Original Message----- > From: Ian Huynh [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 10, 2003 1:28 PM > To: [EMAIL PROTECTED] > Subject: how do you automate batch test run + output in HTML? > > > We have a large number of JUnit tests that are currently > running via > http://localhost/test/ServletTestRunner?suite=mytestsuite_01&x > sl=cactus-report.xsl > http://localhost/test/ServletTestRunner?suite=mytestsuite_02&x sl=cactus-report.xsl http://localhost/test/ServletTestRunner?suite=mytestsuite_03&xsl=cactus-report.xsl what i'd like to do is 1. automatically run these tests 2. capture the html output 3. group/sort the outputs into java doc style (3 frames) is there such a facility already built-in to Cactus? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.547 / Virus Database: 340 - Release Date: 12/2/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.547 / Virus Database: 340 - Release Date: 12/2/2003 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
