Name | Value |
---|---|
extends | org.lucee.cfml.Component |
Components
Component HTMLReporter
No description/hint foundFunctions
genSuiteReport
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.Name | Type | Required | Description |
---|---|---|---|
suiteStats | any | false | |
bundleStats | any | false |
getName
html
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.Name | Type | Required | Description |
---|---|---|---|
results | testbox.system.TestResult | false | |
testbox | testbox.system.TestBox | false | |
options | struct | false | |
baseURL | string | false |
runReport
Do the reporting thing here using the incoming test results
The report should return back in whatever format they desire and should set any
Specifc browser types if needed.
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.Name | Type | Required | Description |
---|---|---|---|
results | testbox.system.TestResult | true | The instance of the TestBox TestResult object to build a report on |
testbox | testbox.system.TestBox | true | The TestBox core object |
options | struct | false | A structure of options this reporter needs to build the report with |