Framework Mode - Mock server limitations
Folder Structure of a Postman Test Project with Mock Server
PostmanProject/
├── collections/
│ └── api-collection.json # API requests and examples
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── mocks/
│ └── mock-server-config.json # Mock server definitions and examples
├── tests/
│ └── test-scripts.js # Test scripts for automation
└── README.md # Project documentation