Skip to content

For Postman, Newman is a command-line Collection Runner. You may use the command line to immediately execute and test a Postman Collection. It is designed to be extensible so that you may combine it with your build systems and continuous integration servers.

Notifications You must be signed in to change notification settings

Mainul98/Dmoney-Newman-api-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dmoney-Newman-api-testing

Automate dmoney API by postman & report generated by newman

Postman collection : https://documenter.getpostman.com/view/13523141/VUjPHkUh

How to run this project in postman ?

1 Clone this project

2 Open with any code editor

3 Give the following command

4 only run collection json file you should following the command below

5 npm install/ npm i or yarn install

6 npx newman run .collection/collection.json

7 npm test

Uploading a new project

git init

git remote add origin

git status

git add .

git commit -m 'upload'

git branch -M main

git push origin main

Update something in an existing project

git status

git add .

git commit -m 'update'

git push origin main

About

For Postman, Newman is a command-line Collection Runner. You may use the command line to immediately execute and test a Postman Collection. It is designed to be extensible so that you may combine it with your build systems and continuous integration servers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published