Skip to content

Releases: Augurk/Augurk.CommandLine

4.1.0

23 Apr 06:21
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

4.0.1

21 May 06:44
Compare
Choose a tag to compare

Changes:

  • fbbb108 Exit application with error code on unsuccessful publish (#22)

This list of changes was auto generated.

4.0.0

02 Apr 14:27
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

Prune command

12 Jul 11:46
Compare
Choose a tag to compare

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

07 Apr 13:27
Compare
Choose a tag to compare

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

25 Jan 19:06
Compare
Choose a tag to compare

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

11 Jan 17:48
Compare
Choose a tag to compare

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