new Base(runner, optionsopt)
- Source:
All other reporters generally inherit from this reporter.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
runner |
Runner | Instance triggers reporter actions. |
|
options |
Object |
<optional> |
runner options |
Methods
(static) exports.list(failures)
- Source:
Outputs the given failures
as a list.
Parameters:
Name | Type | Description |
---|---|---|
failures |
Array:.<Object:> | Each is Test instance with corresponding |