'Karate Version Upgrade config.js is not picking "classpath"

I am upgrading from 0.9.6.RC4 to 1.0.1 version or higher

I have below script in config.js

karate.configure("ssl", {keystore :'classpath:api/FeatureFiles/UAT.jks,keyStorePassword:'test',keyStoreType:'jks'})

This isn't getting picked and always return path cannot be found. I tried changing "classpath:" to "file:" also as I saw in some previous issues related to this in github.

How can I solve this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source