SpecFlowTestExecutionReporter.

Run(ICakeContext, Action<ICakeContext>, FilePath, SpecFlowTestExecutionReportSettings) Method

Summary

Runs SpecFlow Test Execution Report with the specified settings.

Syntax

public void Run(ICakeContext context, Action<ICakeContext> action, FilePath projectFile, SpecFlowTestExecutionReportSettings settings)

Parameters

Name Type Description
context ICakeContext The context.
action Action<ICakeContext> The action.
projectFile FilePath The project file path.
settings SpecFlowTestExecutionReportSettings The settings.

Return Value

Type Description
void