Skip to content

v0.2.4

Choose a tag to compare

@ptrthomas ptrthomas released this 09 Mar 04:47
· 4707 commits to master since this release

*.feature files are re-usable

And can be called from other test scripts.

This is huge and pushes the underlying Cucumber-JVM framework beyond what it normally supports. There is no more need to use JavaScript for common 'set up' HTTP calls or authentication flows.

Read more at the documentation here: Calling Other *.feature Files. And the Karate Demos project has added an example for this as well.