Releases: Augurk/Augurk.CommandLine
4.1.0
4.0.1
4.0.0
Changes:
- b3168cd Cross platform command line (#13) +semver: major [ #12, #11 ]
- 2f5287c Create CONTRIBUTING.md
- b21ac84 Updated headers
- 026e99b Removed old license file
- abfc264 Updated License file
- 0e8fc97 Skip processing of descriptions when description is null (#9)
This list of changes was auto generated.
Prune command
Added a prune command to Augurk.CommandLine. This command can be used to cleanup an Augurk installation that has grown out of control by removing versions that match a particular regular expression, or any prerelease versions if you're using Semantic Versioning.
Product descriptions
Augurk Commandline Tool now supports publishing product descriptions together with a set of feature files.
Use the --productDesc flag to specify the path to a Markdown file containing the description of the product. It will then be displayed in Augurk whenever you navigate to that product.
Note: Using this feature requires at least version 2.4.0 of Augurk.
Get it from NuGet
3.0.0 - New Gherkin Parser
Release 3.0.0 of the Augurk.CommandLine tool 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.
Get it from NuGet
Embedding images
Added the --embed flag.
Using this flag will embed any referenced local images into the feature file. This makes using images a whole lot easier!
The images will be shown in Augurk as data urls. This works in most modern browsers.
Get it from https://www.nuget.org/packages/Augurk.CommandLine/2.4.0