Skip to content

Releases: cucumber/godog

improved command flag management

01 Jun 10:54
Compare
Choose a tag to compare
parse flags in runner command, to be able to show version or help, cl…

…oses #34

step def reference corrected in pretty print

28 May 17:19
Compare
Choose a tag to compare
v0.4.2

matched step func name and reference in pretty printer

regression was introduced with suite runner template

27 May 11:59
Compare
Choose a tag to compare
v0.4.1

fixes bug when there is more than one context registered, closes #32

refactored test suite build tooling

25 May 11:32
Compare
Choose a tag to compare
Merge pull request #29 from DATA-DOG/try-testmain

build test binary instead of single file to execute, use TestMain

JUnit formatter

04 Mar 11:21
Compare
Choose a tag to compare
  • added JUnit compatible format to print xml results to stdout
  • fixed #14
  • made gherkin library compatibility support changes regarding scenario outline examples

explicit gherkin-go version

02 Mar 13:34
Compare
Choose a tag to compare

Gherkin-go had a backward incompatible change, from now on we will try to rely on gopkg.in for this dependency, see #17