Use collection variable value from K6 setup in the K6 default #119
-
I try to do a K6 script base on my Postman collection, where I have a part with a setup to get the token.
test part in the "get special ID"
the body in the "create User" The value of colSpecialId is empty, on the call made, but I could see the console log "colSpecialId: 1234" Any idea to workaround the problem to resolve {{colSpecialId}} ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found a workaround, not very clean, but that solve my problem to communicate from setup to default.
|
Beta Was this translation helpful? Give feedback.
I found a workaround, not very clean, but that solve my problem to communicate from setup to default.