setting RuntimeHook on karate from scala/gatling side

All our karate features being executed as integration tests got a RuntimeHook implementation. Now I see that they are also called from Scala for performance testing and cannot figure out how to set the same RuntimeHook on them. Is it possible at all? Did I miss something? Java snippet from an integration test: @Karate.Test Karate… Read More setting RuntimeHook on karate from scala/gatling side

Strange jsonpath not able to capture (Gatling/Scala)

I have a responsebody that looks like this: [
 {
 "system": "http://snomed.info/sct",
 "code": "735938006",
 "display": "akutt hodepine"
 },
 {
 "system": "http://snomed.info/sct",
 "code": "267096005",
 "display": "frontal hodepine"
 },
 {
 "system": "http://snomed.info/sct",
 "code": "103011009",
 "display": "godartet anstrengelseshodepine"
 },
 {
 "system": "http://snomed.info/sct",
 "code": "25064002",
 "display": "hodepine"
 },
 {
 "system": "http://snomed.info/sct",
 "code": "38823002",
 "display": "hodepine med aura"
 },
 {
… Read More Strange jsonpath not able to capture (Gatling/Scala)