JGro144

Results 1 comments of JGro144

If you add `processor: "./my-functions.js"` into your test.yml files config then add `afterResponse: "printStatus"` to your call in the flow like ``` - get: url: "/login" afterResponse: "printStatus" ``` then...