SpecFlowStepDefinitionReporter.

Run(FilePath, SpecFlowStepDefinitionReportSettings) Method

Summary

Runs SpecFlow StepDefinitionReport with the specified settings.

Syntax

public void Run(FilePath projectFile, SpecFlowStepDefinitionReportSettings settings)

Parameters

Name Type Description
projectFile FilePath The project file path.
settings SpecFlowStepDefinitionReportSettings The settings.

Return Value

Type Description
void