karate.properties[‘…’] is not available when gatling runs
Summary The issue at hand is that karate.properties is not available when running Gatling tests, despite being accessible during Karate runs. This problem arises from the differences in how Karate and Gatling handle configuration files. Root Cause The root cause of this issue lies in the fact that Gatling does not automatically load the karate.properties … Read more