Hi all, I have a test case which does the following: - Calls an API - Saves a few values from the response as test case properties (session token etc.) - Calls another API, using the mentioned p...
I am sure there is a better method for doing this but one option would be the setup script. Either that or a groovy script that disables the step after the initial run.