Get Folder Names of a Collection

Hi, sorry for the long delay of my response :wink: have been to vacation.
Your suggested approach did the trick for me. I have added a Pre-Requests-Script to each folder (about 20) and wrote the required info to a temp var.
In my tests I have then used it to write the folder name into the test results like this:

var folderID = pm.environment.get('folderID');
pm.test(folderID, function () {
 
}); 

Thank you for your input :slight_smile: However a native feature still would be great

1 Like