Cucumber v7.2.0 Release Notes

Release Date: 2022-01-03 // over 2 years ago
  • โž• Added

    • ๐Ÿ‘ [Core] Support multiple doc strings types with same content type (#2421 Postelnicu George)
      • When transforming doc strings in addition to the content type Cucumber will also look at the type used in the step definition to disambiguate between doc string types.
    • [Guice] Automatically detect InjectorSource (#2432 Postelnicu George)
    • ๐Ÿ”Œ [Core] Support proxy for publish plugin (#2452 M.P. Korstanje) cucumber.publish.proxy=https://proxy.example.com:3129 Note: The publish-plugin only reads properties from the cucumber.properties, the environment, system properties. And not junit-platform.properties.

    ๐Ÿ”„ Changed

    • [Core] Replaced create-meta dependency with ci-environment (#2438 M.P. Korstanje)

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ [Guice] Deprecated guice.injector-source in favour of discovering InjectorSource (#2432 M.P. Korstanje)

    ๐Ÿ›  Fixed

    • โœ… [JUnit Platform] Delay plugin creation until test execution (#2442 M.P. Korstanje)
    • [Core] Display curl-like error message for more url output stream problems (#2451 M.P. Korstanje)