Replies: 1 comment
-
If anyone fall in this problem, there is a flag in options |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a postman collection and an environment and using
postman-to-k6
to generate k6 test from them. When sending the request using postman, the post tests working correctly but in k6 I'm receiving very weird response. like the one in the code block.traced it back to
core.js:1031
and it is actually the response from k6 functionhttp.request
. Any idea why is this started happening? It used to work before with the same collection. I'm using k6v0.47
and postman-to-k6 version1.8.9
Beta Was this translation helpful? Give feedback.
All reactions