Skip to content

Instantly share code, notes, and snippets.

@adamcameron
Created November 17, 2013 15:02
Show Gist options
  • Save adamcameron/7514400 to your computer and use it in GitHub Desktop.
Save adamcameron/7514400 to your computer and use it in GitHub Desktop.
Code wot runs my tests
<!--- runTests.cfm --->
<cfoutput>
#new mxunit.runner.DirectoryTestSuite().run(
directory = getDirectoryFromPath(getCurrentTemplatePath())
).getResultsOutput("html")#
</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment