test/js/Reporter.js:2
An object capable of sending test results to a server.
addField
name
value
Defined in
test/js/Reporter.js:58
Adds a field to the form that submits the results.
name
String
The name of the field.
value
Any
The value of the field.
destroy
Defined in
test/js/Reporter.js:76
Cleans up the memory associated with the TestReporter, removing DOM elements that were created.
report
results
Defined in
test/js/Reporter.js:93
Sends the report to the server.
results
Object
The results object created by TestRunner.
_form
Defined in
test/js/Reporter.js:36
The form element used to submit the results.
_iframe
Defined in
test/js/Reporter.js:44
Iframe used as a target for form submission.
format
Defined in
test/js/Reporter.js:21
The formatting function to call when submitting the data.