Skip to content

v0.2.7

Compare
Choose a tag to compare
@ptrthomas ptrthomas released this 19 Mar 07:40
· 4522 commits to master since this release

New Features

Parallel Execution

This is a huge time-saver and significantly differentiates Karate from the competition: Parallel Execution

IDE Integration

Earlier it was not possible to 'right click and run' a *.feature file in IntelliJ or Eclipse when using the Cucumber plugin / support. This is fixed and even switching the environment by passing for e.g. -Dkarate.env=e2e from the IDE 'run configuration' - works just like you would expect.

configure headers supports JSON in addition to a JS Function

Sometimes you just want the same hard-coded headers for all requests and a function would be over-kill. The documentation has been updated for configure headers and so has the demo example.