godog v0.11.0-rc2 Release Notes

Release Date: 2020-12-05 // over 3 years ago
  • โž• Added

    • Created a simple example for a custom formatter (330 - [lonnblad])
    • --format junit:result.xml will now write to result.xml (331 - [lonnblad])
    • โž• Added make commands to create artifacts and upload them to a github release (333 - [lonnblad])

    ๐Ÿ”„ Changed

    • โž• Added Cobra for the Command Line Interface (321 - [lonnblad])
    • โž• Added internal packages for formatters, storage and models (323 - [lonnblad])
    • โž• Added an internal package for tags filtering (326 - [lonnblad])
    • โž• Added an internal pkg for the builder (327 - [lonnblad])
    • ๐Ÿšš Moved the parser code to a new internal pkg (329 - [lonnblad])
    • ๐Ÿšš Moved StepDefinition to the formatters pkg (332 - [lonnblad])

    ๐Ÿ—„ Deprecated

    โœ‚ Removed

    • โœ‚ Removed deprecated code (322 - [lonnblad])

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Improved the help text of the formatter flag in the run command (347 - [lonnblad])
    • โœ‚ Removed $GOPATH from the README.md and updated the example (349 - [lonnblad])
    • ๐Ÿ›  Fixed the undefined step definitions help (350 - [lonnblad])
    • โž• Added a comment regarding running the examples within the $GOPATH (352 - [lonnblad])
    • โœ… doc(FAQ/TestMain): testing.M.Run() is optional (353 - [hansbogert])
    • โœ… Made a fix for the unstable Randomize Run tests (354 - [lonnblad])