- Change Request Body Dynamically
- Set variables in scripts
- Update request body in pre-request script
- Run exported postman collection three times with input data file on cli:
newman run collection_exported.json -d "filepath/myDataFile.csv" -n 3
see this for reference.
- newman run javascript documentation.
- useful article on running multiple postman in parallel
- How to install newman globally:
npm install -g newman