Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Majhar-98 authored Jan 26, 2023
1 parent 4e209ee commit e4c59fc
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# domoney-postman-newman-api-testing
## How to run this Project:
- Clone this project
- Open with any code editor
- Give the following command
- only run collection json file you should following the command below
- npm install
- npx newman run .collection/collection.json
- npm test

## How to upload this Project:
- git init
- git remote add origin <remote_repo_url>
- git status
- git add .
- git config user.email <github_user_email>
- git config user.name <github_user_name>
- git commit -m “your commit”
- git branch -m main
- git push origin main

## Technology used:
- Postman
- Newman

## Documentation:
- Google drive link:

## Bug Report:
- Google drive link:

0 comments on commit e4c59fc

Please sign in to comment.