Propagate api results to next test #397
Answered
by
thim81
MarcoFierimonte
asked this question in
Q&A
-
|
Hi all :) Is it possible, using some portman configuration, propagate an api test result and use it in the next operation?
Thanks for help. |
Beta Was this translation helpful? Give feedback.
Answered by
thim81
Sep 1, 2022
Replies: 1 comment 1 reply
-
|
Portman uses assignVariables to store response values and use them in subsequent requests or tests. Have a look at the example: https://github.com/apideck-libraries/portman/tree/main/examples/testsuite-assign-variables |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MarcoFierimonte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @MarcoFierimonte
Portman uses assignVariables to store response values and use them in subsequent requests or tests.
Have a look at the example: https://github.com/apideck-libraries/portman/tree/main/examples/testsuite-assign-variables