Skip to content

v0.3.1

Compare
Choose a tag to compare
@ptrthomas ptrthomas released this 18 Apr 13:43
· 4497 commits to master since this release

There are no breaking changes.

New Feature

callonce for feature-level one-time set-up

This is an elegant solution for Cucumber's lack of a way to run some set-up routines only once per feature. Which has been a much-requested open-issue at the Cucumber project for a long time. Refer to the callonce keyword documentation for more.

Karate now has a nice list of features which it adds but which are missing in Cucumber.

Notable fixes

  • Improved error logging if feature (or called features) have step failures
  • fixed broken cookie handling for Jersey
  • improved JUnit XML report routines for Karate 'native' parallel runner
  • improved archetype to include empty src/main/java folder to stop Eclipse from complaining
  • 'lenient' SSL host verification was broken for Apache