Summary
Runs SpecFlow Test Execution Report with the specified settings.
- Namespace
- Cake
.Common .Tools .SpecFlow .TestExecutionReport - Containing Type
- Spec
Flow Test Execution Reporter
Syntax
public void Run(ICakeContext context, Action<ICakeContext> action, FilePath projectFile, SpecFlowTestExecutionReportSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
| action | Action |
The action. |
| projectFile | FilePath | The project file path. |
| settings | Spec |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
