grafana/postman-to-k6

Postman variables in body won’t get replaced

cpcalderon opened this issue · 1 comments

Issue #12 seems isn't completely solved. Opened forum question here:
https://community.k6.io/t/postman-variables-in-body-wont-get-replaced/113

Seems the answer from tamitakamiya fixes the issue, at least for me.

config.data = data
to
config.data = evaluate(data)

bookmoons/body-var has a fix for this to submit when open PRs are done.

Thanks for the report @cpcalderon.