FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

SpecFlow Module

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

Types

Type Description

SpecFlowParams

SpecFlow execution parameter type.

SubCommand

The subcommands to execute against SpecFlow

Functions and values

Function or value Description

SpecFlow.run setParams projectFile

Full Usage: SpecFlow.run setParams projectFile

Parameters:
    setParams : SpecFlowParams -> SpecFlowParams - Function used to manipulate the default SpecFlow parameter value.
    projectFile : string - The required project file.

Runs SpecFlow on a project.

setParams : SpecFlowParams -> SpecFlowParams

Function used to manipulate the default SpecFlow parameter value.

projectFile : string

The required project file.