Hi all,
I have become a bit believer in test driven development. I use CFUnit to do my test cases from the browser. I want to run the test in ANT but when I run the ANT script on the command line the CFUnit error is output to the command line. How can I get the CFUnit output in JUnitReport? Is it possible? I notice that MXUnit can do it.
here is my ANT script:
<taskdef name="CFUnit"
classname="net.sourceforge.cfunit.ant.CFUnit"
classpath="${cftest_classpath}"
/>
<target name="cftest">
<record name="CFtestlog.txt" action="start" loglevel="verbose" />
<CFUnit testcase="${approot}/tests/testFunctions.cfc" verbose="true" />
<record name="CFtestlog.txt" action="stop"/>
</target>
Thanks for your help
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;jArchive:
http://www.houseoffusion.com/groups/CFUnit/message.cfm/messageid:5422Subscription:
http://www.houseoffusion.com/groups/CFUnit/subscribe.cfmUnsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.51