I created a workspace for each category of my API endpoints that I test. In each workspace there are multiple collections that test different aspects of the API. In each collection, I have endpoints arranged in a specific order to properly test a specific test case.
After creating all these workspaces, and after shutting down the POSTMAN UI and then re-opening it again, as I go to each workspace and then open each collection, the order of my endpoints in the collection are NOT in the order that I had β¦ making my test completely broken !!!
Luckily, I had exported each collection to my hard drive, and if I import the collection again, into the workspace, the order of the endpoints is correct.
I canβt keep exporting/importing every time I want to edit or run these tests in the Collection Runner. What I am really afraid of if I do export the collection and the order get jumbled β¦ then I am totally screwed due to the fact that I run all my collections via newman.
PLEASE !!! This needs to be looked into as soon as possible.
Thanks to Shamasis Bhattacharya and Abhijit Kane for their quick response.
My problem was solved after checking the postman βserverβ copies of my collections and establishing that all my collections had the correct order of the endpoints and then logging out and logging back in to the app. By doing that, all my local workspaces were synced with the server and the correct order of the endpoints was restored.