Postman collection : https://www.getpostman.com/collections/c201b6d467421000d6da
Just Import Collection link of your postman
01 Clone this project
02 Open with any code editor
03 Give the following command , for help go to https://roadtosdet.com/step-by-step-testing-with-postman-part-2
04 only run collection json file you should following the command below
05 npm install/ npm i or yarn install
06 npx newman run .collection/collection.json
07 npm test
01 .Newman 01
02 .Newman 02
03 .Terminal view
04 .Postman interface
git init
git remote add origin
git config user.name <YOUR_NAME> //to set the username
git config user.email //to set the email
git config user.name //to retrieve the username
git config user.email //to retrieve the email
git status
git add .
git commit -m 'upload'
git branch -M main
git push origin main
git init
git remote add origin
git status
git add .
git commit -m 'upload'
git branch -M main
git push origin main
git status
git add .
git commit -m 'update'
git push origin main