Tfs2SpecFlow 0.3.0-alpha
See the version list below for details.
dotnet add package Tfs2SpecFlow --version 0.3.0-alpha
NuGet\Install-Package Tfs2SpecFlow -Version 0.3.0-alpha
<PackageReference Include="Tfs2SpecFlow" Version="0.3.0-alpha" />
paket add Tfs2SpecFlow --version 0.3.0-alpha
#r "nuget: Tfs2SpecFlow, 0.3.0-alpha"
// Install Tfs2SpecFlow as a Cake Addin #addin nuget:?package=Tfs2SpecFlow&version=0.3.0-alpha&prerelease // Install Tfs2SpecFlow as a Cake Tool #tool nuget:?package=Tfs2SpecFlow&version=0.3.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.
Learn more about Target Frameworks and .NET Standard.
-
- SpecFlow (>= 2.3.2)
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 | 883 | 6/15/2018 |
0.6.0-alpha | 786 | 5/20/2018 |
0.5.0-alpha | 801 | 5/20/2018 |
0.4.0-alpha | 849 | 5/18/2018 |
0.3.0-alpha | 875 | 5/17/2018 |
0.2.0-alpha | 775 | 5/17/2018 |
0.1.0-alpha | 934 | 5/16/2018 |
- Added Tfs2SpecFlow.xml to configure the tfs server