Framework Mode - Response body assertions
Folder Structure
PostmanCollectionProject/ ├── collections/ │ └── api_tests.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── tests/ │ └── responseBodyAssertions.test.js ├── scripts/ │ └── utils.js ├── reports/ │ └── test-report.html └── postman.config.json