My project postman structure will be having many number of subfolders like below
Postman Collection
SubFolder1
Req-A
Req-B
SubFolder2
Req-C
Req-D
SubFolder3
Req-E
Req-F
I will skip the subfolder1,3 and run only sub folder-2.Subfolder1 will have authotoken generation request calls.I want to trigger the SubFolder1 requests before running SubFolder3 requests as SubFolder3 request will get failed due to autho token.
pm.sendRequest() will not suitable as need to set entire request calls in pre-request..It wil get more complex for maintaining.
Is any solution to trigger request in pre-request script