Hey all,
 
I've been using the cactus browser interface (i.e.,
http://localhost:7001/myapp/ServletTestRunner?suite=MyTest&xsl=cactus-report
.xsl) to execute in container tests.  All tests are written to support this
interface.  I'm trying to automate this with CruiseControl.  I'm looking for
an ant task that will execute the previously mentioned URL and report on the
results.  I've notice JUnitEE has a task such as this:
 
<target name="do-run-tests">
  <junitee url="http://your.server:port/myTest/TestServlet";
printsummary="true">
    <test runall="true"/>
  </junitee>
</target>
 
Does cactus have anything like this?  If not can anyone recommend a
different approach.
 
Thanks,
  --Steven

Reply via email to