This is part of the Fake.DotNet.Testing.SpecFlow module.

SpecFlowNext

Contains a task which allows to run SpecFlow tests with SpecFlow v2.4+.

Nested types and modules

TypeDescription
SpecFlowParams

SpecFlow execution parameter type.

SubCommand

Functions and values

Function or valueDescription
SpecFlowNext.run setParams projectFile
Signature: setParams:(SpecFlowParams -> SpecFlowParams) -> projectFile:string -> unit

Parameters

  • setParams - Function used to manipulate the default SpecFlow parameter value.
  • projectFile - The required project file.