Augurk.CommandLine
3.2.1
Command line tools for publishing feature files to Augurk.
Install-Package Augurk.CommandLine -Version 3.2.1
dotnet add package Augurk.CommandLine --version 3.2.1
<PackageReference Include="Augurk.CommandLine" Version="3.2.1" />
paket add Augurk.CommandLine --version 3.2.1
#r "nuget: Augurk.CommandLine, 3.2.1"
Release Notes
This version integrates the new Gherkin parser instead of relying on the old SpecFlow specific parser. This makes
the total package a lot smaller as well. Due to some subtle differences in parsing (mainly indentation at the start of
a line in feature and scenario descriptions are now preserved), there is now a --compat-level flag that can be set to 2
(or lower) if necessary to fallback to the previous behavior.
Fixed a bug in PublishCommand that caused an error to occur when a relative directory containing multiple feature-files
was specified using the --featureFiles argument (see issue #6).
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.