You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
I have been attempting to implement the beforeRequest and afterRequest hooks into my test suite however they have not been triggering. I have implement the hooks exactly as you have in your unit test.
I have been attempting to implement the beforeRequest and afterRequest hooks into my test suite however they have not been triggering. I have implement the hooks exactly as you have in your unit test.
{ "config": { "target": "my_lambda_name", "lambda": { "region": "eu-west-2" }, "plugins": { "cloudwatch": { "namespace": "namespace" } }, "processor": "../../functions.js", "engines": { "lambda": {} }, "phases": [{ "arrivalRate": "10", "duration": "10" }] }, "scenarios": [{ "name": "Invoke Archive function", "engine": "lambda", "beforeResponse": "beforeResponse", "afterResponse": "AfterResponse", "flow": [{ "invoke": { "logType": "Tail", "invocationType": "Event", "payload": { "param1": "testdata", "param2": "testdata" } } } ] }] }
The text was updated successfully, but these errors were encountered: