TackLiv.CodedUi.SpecFlowPlugin
0.0.1
dotnet add package TackLiv.CodedUi.SpecFlowPlugin --version 0.0.1
NuGet\Install-Package TackLiv.CodedUi.SpecFlowPlugin -Version 0.0.1
<PackageReference Include="TackLiv.CodedUi.SpecFlowPlugin" Version="0.0.1" />
paket add TackLiv.CodedUi.SpecFlowPlugin --version 0.0.1
#r "nuget: TackLiv.CodedUi.SpecFlowPlugin, 0.0.1"
// Install TackLiv.CodedUi.SpecFlowPlugin as a Cake Addin #addin nuget:?package=TackLiv.CodedUi.SpecFlowPlugin&version=0.0.1 // Install TackLiv.CodedUi.SpecFlowPlugin as a Cake Tool #tool nuget:?package=TackLiv.CodedUi.SpecFlowPlugin&version=0.0.1
CodedUi.SpecFlowPlugin
A SpecFlow plugin enabling generation of CodedUI tests
Usage
It's avaiable as NuGet package:
https://www.nuget.org/packages/TackLiv.CodedUi.SpecFlowPlugin
Simply add the package through NuGet, then the configuration would be merged like:
<specFlow>
<unitTestProvider name="MsTest" />
<plugins>
<add name="CodedUi" path="..\packages\CodedUi.SpecFlowPlugin.1.0.0-beta\lib\net45" type="Generator" />
</plugins>
</specFlow>
Correct the path="..\packages\CodedUi.SpecFlowPlugin.1.0.0-beta\lib\net45"
to the real location of corresponding version, then it's ready to be used.
Reference
https://github.com/techtalk/SpecFlow/wiki/Using-SpecFlow-with-CodedUI-API http://blog.majcica.com/2015/05/07/getting-started-with-specflow-and-codedui/ https://github.com/SpecFlow-Plugins/coded-ui
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- SpecFlow.CustomPlugin (>= 2.2.1)
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.0.1 | 1,220 | 1/3/2018 |
Init version.