Problem:
I generate access tokens as part of my API. I would like to keep using those temporary tokens as part of the test cycle. Currently, since each test in discretely independant, I can’t generate that token to be used in subsequent tests.
Suggested Solution:
I’d like for one API result to set variables for subsequent tests to be used in the request headers.