I have a collection in Postman with folders that are structured like this:
Team Collection
Season1 (folder)
Stats (folder)
Player1 Tests (folder) - contains a pre-request and a test script. If the request name is “R2”–> It calls setNextRequest(“Player3 Tests”)
R1
R2
Player2 Tests (folder)
R3
Player3 Tests (folder) - contains pre and post request tests.
R4
R5
I’m hoping to get the Player3 Tests folder’s tests to execute, but it’s not working as it stands with setNextRequest(“Player3 Tests”).
I’ve selected Player1 Tests, Player2 Tests, and Player3 Tests from the collection runner before executing the run. Is there something I might be missing to make this work in the collection runner? Or does the folder level execution only work from Newman and not the collection runner in the Desktop app