I have a collection with 2 requests. The first one fetches and API token and sets and env variable. The second is the actual API call I’m wanting to test and view the results from.
When I go to run the collection, I see both requests checked in the Run Sequence window. I run the test but it appears to only run the first request… which succeeds.
When I run it, shows iterations = 1, All tests = 2.
Below that in the “All Tests” panel it only shows the results from the first request, fetching the API token…. which was successful. The “Passed” heading shows 2. Failed shows 0.
Nowhere can I find the results from the second request.
When I go to view summary, it just shows the first request.
UPDATE
I had to Help ==> Clear Cache and Reload to fix this. Started working after.
