Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

runner.cfm 1.4 KB

You have to be logged in to leave a comment. Sign In
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
  1. <cfsetting requesttimeout="999999" >
  2. <cfsetting showDebugOutput="false">
  3. <cfsetting enablecfoutputonly="true">
  4. <!--- Executes all tests in the 'specs' folder with simple reporter by default --->
  5. <cfparam name="url.reporter" default="simple">
  6. <cfparam name="url.directory" default="tests.specs">
  7. <cfparam name="url.recurse" default="true" type="boolean">
  8. <cfparam name="url.bundles" default="">
  9. <cfparam name="url.labels" default="">
  10. <cfparam name="url.excludes" default="">
  11. <cfparam name="url.reportpath" default="#expandPath( "/tests/results" )#">
  12. <cfparam name="url.propertiesFilename" default="TEST.properties">
  13. <cfparam name="url.propertiesSummary" default="false" type="boolean">
  14. <!--- Code Coverage requires FusionReactor --->
  15. <cfparam name="url.coverageEnabled" default="false">
  16. <cfparam name="url.coveragePathToCapture" default="#expandPath( '/root' )#">
  17. <cfparam name="url.coverageWhitelist" default="">
  18. <cfparam name="url.coverageBlacklist" default="/testbox,/coldbox,/tests,/modules,Application.cfc,/index.cfm">
  19. <cfparam name="url.coverageBrowserOutputDir" default="#expandPath( '/tests/results/coverageReport' )#">
  20. <!---<cfparam name="url.coverageSonarQubeXMLOutputPath" default="#expandPath( '/tests/results/SonarQubeCoverage.xml' )#">--->
  21. <!--- Include the TestBox HTML Runner --->
  22. <cfinclude template="/testbox/system/runners/HTMLRunner.cfm" >
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...