v0.2.4
*.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.