Framework Mode - Monitor results analysis
Folder Structure for Postman Monitor Project
postman-monitor-project/
├── collections/
│ └── api-collection.json # Postman collection with API requests
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── monitors/
│ └── monitor-config.json # Monitor configuration files
├── scripts/
│ ├── pre-request-scripts.js # Scripts run before requests
│ └── test-scripts.js # Scripts for assertions and validations
├── reports/
│ └── monitor-results.json # Saved monitor run results
├── README.md
└── postman-monitor-setup.md # Documentation for monitor setup and analysis