For reporting testcases to Xray we have developed generic code using Karate Runtime Hooks ,a class that implements RuntimeHook ,so that anyone writing test cases in Karate can invoke that coode using hook and include that in the runner file as below
Here feature files having simple login statements are working fine but if the feauture files contains call to another feature files like below ,
then test cases doesnt run and only hook if running giving the below error please advice on how to rectify this , we tried using all versions from 1.0.1 till 1.1.0.RC5