My favorites | Sign in
Project Home Downloads Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 18: Add ability to run a directory of tests
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  marc.es...@gmail.com
Closed:  Dec 2007


 
Project Member Reported by virtix, Oct 5, 2007
Do something that supports this:


==== BigOldTester.cfm ====
<cfinvoke component=" mxunit.runner.AutoTestSuite" directory="MyTests" 
recurse="true" excludes="NotThisTest.cfc,*Ignore*.cfc,**/Playground/" 
returnvariable="Results">

<cfoutput>#results.asHTML()#</cfoutput> 
<cfdump var="#results.getDebugLogs()#">

 
Nov 4, 2007
Project Member #1 marc.es...@gmail.com
i'll take this one.
Owner: marc.esher
Nov 4, 2007
Project Member #2 marc.es...@gmail.com
started. added DirectoryTestSuite into runner package, and DirectoryTestSuiteRunner
into samples package.
Dec 14, 2007
Project Member #3 virtix
Closing. Looks like this has been nicely accomplished
Dec 14, 2007
Project Member #4 virtix
(No comment was entered for this change.)
Status: Fixed
Cc: -marc.esher

Powered by Google Project Hosting