Framework Mode - Pretty, raw, and preview views
Folder Structure for Postman Test Collections
postman-project/
├── collections/
│ ├── user-api.postman_collection.json
│ ├── product-api.postman_collection.json
│ └── auth-api.postman_collection.json
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── tests/
│ ├── user-tests.js
│ ├── product-tests.js
│ └── auth-tests.js
├── reports/
│ └── test-report.html
├── postman.config.json
└── README.md