I would like to re-use karate feature file present in a JAR (added as dependency to the working maven java project). In the documentation at https://github.com/intuit/karate#karate-basejs, I can see the following :
Advanced users who build frameworks on top of Karate have the option to supply a karate-base.js file that Karate will look for on the classpath:. This is useful when you ship a JAR file containing re-usable features and JavaScript / Java code and want to 'default' a few variables that teams can 'inherit' from
But I do not understand how can I achieve this. Is it possible to share any example where the karate features present in a dependency JAR are called from a karate feature file