Collection runner is always calling my POST auth call for every request in my test when I set my log in/authorization login in my pre-req

Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.

Here’s an outline with best practices for making your inquiry.

Hi everyone I’m trying to figure out how to stop my runner calling my authentication POST logic in my pre-request script. It is getting called everytime for every request and I would like to check if my token exist then don’t call again and continue.