Framework Mode - Monitor scheduling
Folder Structure for Postman Monitor Scheduling
postman-monitor-project/ ├── collections/ │ └── api-collection.json # Postman collection with API requests ├── environments/ │ └── dev.postman_environment.json # Environment variables for dev ├── monitors/ │ └── monitor-config.json # Monitor scheduling configuration ├── scripts/ │ └── pre-request-scripts.js # Scripts run before requests ├── tests/ │ └── test-scripts.js # Test scripts for assertions ├── reports/ │ └── monitor-results.json # Saved monitor run reports └── README.md # Project overview and instructions