I have started working with the karate framework and I am facing a problem:
When I am storing all my api endpoint into one interface file and want to get the endpoint from there, I am not able to get that value.
def api_interface = Java.type('com.intuit.karate.treebo.util.Interfacce_file')
def ai = new api_interface()
def environment_path = ai.environment_path
print environment_path