An object capable of sending test results to a server.
addFieldname
value
Adds a field to the form that submits the results.
name
String
The name of the field.
value
Any
The value of the field.
clearFieldsRemoves all previous defined fields.
destroyCleans up the memory associated with the TestReporter, removing DOM elements that were created.
reportresults
Sends the report to the server.
results
Object
The results object created by TestRunner.
_formThe form element used to submit the results.
_iframeIframe used as a target for form submission.