Tfs2SpecFlow 0.12.0-alpha

This is a prerelease version of Tfs2SpecFlow.
dotnet add package Tfs2SpecFlow --version 0.12.0-alpha
NuGet\Install-Package Tfs2SpecFlow -Version 0.12.0-alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Tfs2SpecFlow" Version="0.12.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tfs2SpecFlow --version 0.12.0-alpha
#r "nuget: Tfs2SpecFlow, 0.12.0-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Tfs2SpecFlow as a Cake Addin
#addin nuget:?package=Tfs2SpecFlow&version=0.12.0-alpha&prerelease

// Install Tfs2SpecFlow as a Cake Tool
#tool nuget:?package=Tfs2SpecFlow&version=0.12.0-alpha&prerelease

SpecFlow.FeaturesFromTfs updates the contents of specflow .feature files that follow a regex defined naming convention (by default Story{workItemNumber}.feature)
from the specified fields of that work item in TFS.  This is done every build, and allows you to store the source for your SpecFlow tests in Tfs, allowing business
to update the Acceptance criteria, and have it automatically flow through to automated testing.
After installing, modify the uri to the tfs server in Tfs2Speclow.xml  to configure the URI of your Tfs server.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.12.0-alpha 860 6/15/2018
0.6.0-alpha 776 5/20/2018
0.5.0-alpha 784 5/20/2018
0.4.0-alpha 832 5/18/2018
0.3.0-alpha 860 5/17/2018
0.2.0-alpha 758 5/17/2018
0.1.0-alpha 917 5/16/2018

- Added support for .NET core (used an exe rather than build tasks in the target file)