Cucumber v5.6.0 Release Notes

Release Date: 2020-04-02 // about 4 years ago
  • โž• Added

    • [Spring] Add @CucumberContextConfiguration annotation (#1911 Anton Deriabin)
      • Allows cucumber-spring to discover application context configurations without requiring step definitions or hooks to be available in the class.

    ๐Ÿ”„ Changed

    • [JUnit Platform] Update junit-platform dependency to 1.6.1 (#1923 M.P. Korstanje)
    • [Spring] Update spring-* dependency to 5.2.4.RELEASE (#1923 M.P. Korstanje)

    ๐Ÿ›  Fixed

    • [Core] Upgrade datatable to v3.3.1 (#1928, cucumber/cucumber#540 M.P. Korstanje)
      • Correctly throw an exception when converting a horizontal table to a list of Strings
    • [Core] Deduplicate suggest snippets (#1930 M.P. Korstanje)