Framework Mode - JSON value assertions
Folder Structure
Postman Collections Project/ ├── collections/ │ └── user-api.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ └── prod.postman_environment.json ├── tests/ │ └── jsonValueAssertions.test.js ├── scripts/ │ └── assertionHelpers.js └── README.md