Framework Mode - Test utilities and helpers
Folder Structure
postman-collection/ ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── collections/ │ ├── user-api.postman_collection.json │ ├── order-api.postman_collection.json │ └── common-helpers.postman_collection.json ├── scripts/ │ ├── pre-request-scripts/ │ │ ├── auth-helper.js │ │ └── timestamp-helper.js │ ├── test-scripts/ │ │ ├── response-validator.js │ │ └── schema-checker.js │ └── utils/ │ ├── data-generator.js │ └── logger.js ├── README.md └── postman_globals.json