I'm using the driver.intercept feature of Karate to intercept a browser request and fetch values. In the mock feature similar to the one in here, I'm accessing the karate.config variables following a suggestion in Karate Server feature file cannot access variables in karate-config.js file
* call read('classpath:karate-config.js')
After upgrading to 1+ version of Karate, this stopped working. Could someone help if you have used anyother workaround as the options I tried didn't work.