Karate karate-config.js not a js function

Please use below code in the karate-config.js

function() {    
    return priceBaseUrl="http://localhost:8080";
}

Leave a Comment