House of Fusion
Home of the ColdFusion Community

Search cfunit

October 11, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31   

Subscribe Now
Fusion Authority Quarterly Update - ColdFusion 8 Special Edition
Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  CFUnit

output to JUnitReport

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group  
Hi all,
john selph
07/16/08 03:53 P
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
john selph
07/16/2008 03:53 PM

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


<< Previous Thread Today's Threads  

Mailing Lists