Godog Versions Save

Cucumber for golang

v0.12.0-rc1

2 years ago

v0.11.0

3 years ago

This release includes some bugfixes and internal restructure of the codebase, but most notably;

  • godog now supports writing output to a file with --format cucumber:report.json.
  • godog now supports sub commands like godog run and godog build.

More information can be found in the Changelog and Release Notes.

v0.10.0

3 years ago

This release includes a lot of smaller bugfixes, but most notably, we now have concurrency support for all our formatters and we now also support concurrency across scenarios.

More information can be found in the Changelog and Release Notes.

v0.9.0

4 years ago

This release includes some minor bug fixes and most importantly, the gherkin core is now changed to gherkin-go.

More information can be found in the Changelog and Release Notes.

v0.8.1

4 years ago

It's possible that the 0.8.0 release I did wasn't done quite right, so bumping the patch version to see if that helps. This will also include some changes to ignore the examples from being included

v0.8.0

4 years ago

This release gets godog using the codebase found here, under the Cucumber org. Additionally, it addresses #208 with setting up tests on CircleCI, the first passing run can be found here

Welcome to the Cucumber family, godog!

v0.7.13

5 years ago

v0.7.12

5 years ago
  1. adds table output to cucumber json report
  2. fixes the build with module when there is no godog import in any source file

v0.7.11

5 years ago

fixes windows feature scenario line delimiter parsing

v0.7.10

5 years ago