godog v0.11.0-rc1 Release Notes

Release Date: 2020-10-19 // 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])