This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Newman.
Summary
Adds the HTML reporter to this run, using the specified settings.
- Assembly
- Cake
.Newman .dll - Namespace
- Cake
.Newman .Reporters - Containing Type
- Newman
Settings Extensions
Syntax
public static NewmanSettings UseHtmlReporter(this NewmanSettings settings, Action<HtmlReporterSettings> configure)
Parameters
Name | Type | Description |
---|---|---|
settings | NewmanSettings | The settings. |
configure | Action |
Action to configure the HTML reporter. |
Return Value
Type | Description |
---|---|
NewmanSettings | The updated settings. |