Cucumber v5.7.0 Release Notes

Release Date: 2020-05-01 // almost 4 years ago
  • ➕ Added

    • [Java] Scenario.log(String) & Scenario.attach(byte[], String, String) (#1893 Tim te Beek)
    • [JUnit Platform] Map tags to exclusive resources (#1944 M.P. Korstanje)

    🗄 Deprecated

    • [Java] Scenario.write(String) & Scenario.embed(byte[], String, String) (#1893 Tim te Beek)
    • [Spring] Deprecated cucumber.xml and implicit context configuration (#1940 M.P. Korstanje)
    • [Core] Deprecate multiple tag arguments in @CucumberOptions (#1955 M.P. Korstanje)
      • use a tag expresion instead @CucumberOptions(tags="(@cucumber or @pickle) and not @salad")