SpecFlow (Features
) sync to Azure DevOps (TestCases
)
spex
<curr-dir/bdd-project-folder-path>
REFER TO: DOCS
Test using Azure DevOps Demo Generator
PRE-REQ: .NET Core SDK
dotnet tool install -g --no-cache --ignore-failed-sources spex
dotnet tool update -g --no-cache --ignore-failed-sources spex
dotnet tool uninstall -g spex
If the Tool is not accessible post installation, add
%USERPROFILE%\.dotnet\tools
to the PATH env-var.If you get an error stating Failed to create shell shim for tool 'spex': Command 'spex' conflicts with an existing command from another tool, run:
del %USERPROFILE%\.dotnet\tools\spex.exe