I created a Collection of API tests in POSTMAN , the collection is spread over different folders. Each api test uses the Authorization tab , Bearer token and a variable as token value. All tests work just fine individually. However when I then run the whole collection all tests fail because none of them is getting the authorization added to the headers. What am I missing?
It might be that youโve not saved the requests and when using the collection runner, itโs still taking the existing collection which is in the database.
The orange dot in the image shows that the changes youโve made to the request havenโt been saved yet.
If this isnโt the issue, then let us know and weโll triage this further.