Description
This plugin writes the framework messages to an HTML report file. Two configurable parameters exist:
- output_file
- verbose
If you want to write every HTTP request/response to a text file, you should use the text_file plugin.
Plugin type
Options
Name | Type | Default Value | Description | Help |
output_file | output_file | report.html | File name where this plugin will write to | No detailed help available |
verbose | boolean | False | True if debug information will be appended to the report. | No detailed help available |
Source
For more information about this plugin and the associated tests, there’s always the source code to understand exactly what’s under the hood:
Plugin source code
Unittest source code
Dependencies
This plugin has no dependencies.