Summary
Runs SpecFlow StepDefinitionReport with the specified settings.
- Namespace
- Cake
.Common .Tools .SpecFlow . Step Definition Report - Containing Type
- Spec
Flow Step Definition Reporter
Syntax
public void Run(FilePath projectFile, SpecFlowStepDefinitionReportSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| projectFile | FilePath | The project file path. |
| settings | Spec |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
