https://github.com/mnomanme/APITestingPostman.git
cd APITestingPostman
npm install/ npm i or yarn install
npx newman run .collection/test_api.json
npm test or yarn test
This is and API testing with postman. I created a postman collection and do some task and write test cases and finally generated report by newman. Finally added my collection link you can use this and test this.
JavaScriptMIT
https://github.com/mnomanme/APITestingPostman.git
cd APITestingPostman
npm install/ npm i or yarn install
npx newman run .collection/test_api.json
npm test or yarn test