| Issue 18: | Add ability to run a directory of tests | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Owner:
marc.esher
Nov 4, 2007
started. added DirectoryTestSuite into runner package, and DirectoryTestSuiteRunner into samples package.
Dec 14, 2007
Closing. Looks like this has been nicely accomplished
Dec 14, 2007
(No comment was entered for this change.)
Status:
Fixed
Cc: -marc.esher |