Framework Mode - Script execution order
Folder Structure of a Postman Test Project
PostmanCollection/ ├── collections/ │ └── MyAPI.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── scripts/ │ ├── pre-request-scripts/ │ │ └── authSetup.js │ └── test-scripts/ │ └── responseValidation.js ├── globals.json └── README.md