karate.callSingle not found .feature file in karate-config.js

As you can see in the discussion of #1515 – this is why we’d really like more folks to try the RC versions and give us feedback (we spent months on this) instead of waiting for 1.0.

Yours seems to be an edge case where you are using the stand-alone JAR and a custom shell script.

My first suggestion is to use the -w flag. This is a new argument in 1.0 which can set the “current working directory”, but it should default correctly in your case.

The second suggestion is to set the classpath for the JVM. Use this as a reference: https://stackoverflow.com/a/58398958/143475 – and once you do that, classpath: will work as you expect.

Else please follow this process: https://github.com/intuit/karate/wiki/How-to-Submit-an-Issue – and I have to say that unless you can help us fix this, you may have to remain on 0.9.6 for a while. Sorry.

Leave a Comment