Skip to content

Commit

Permalink
Test runner added
Browse files Browse the repository at this point in the history
  • Loading branch information
richardherbert committed Jul 3, 2017
1 parent e764001 commit 5d5c8fb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _tests/runner.cfm
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<cfsetting showDebugOutput="false">
<!--- Executes all tests in the 'specs' folder with simple reporter by default --->
<cfparam name="url.reporter" default="simple">
<cfparam name="url.directory" default="_tests.sut">
<cfparam name="url.recurse" default="true" type="boolean">
<cfparam name="url.bundles" default="">
<cfparam name="url.labels" default="">
<cfparam name="url.reportpath" default="#expandPath( "/cfselenium/_tests/results" )#">
<cfparam name="url.propertiesFilename" default="TEST.properties">
<cfparam name="url.propertiesSummary" default="false" type="boolean">

<!--- Include the TestBox HTML Runner --->
<cfinclude template="/testbox/system/runners/HTMLRunner.cfm" >

0 comments on commit 5d5c8fb

Please sign in to comment.