These instructions will allow you to get a working copy of the project on your local machine for development and testing purposes..
Open the terminal and run the following commands:
git clone https://github.com/daslima/API-Testing
cd API-Testing
No report
newman run dummyJSON.postman_collection.json -e dummyEnvironment.postman_environment.json
With report
newman run dummyJSON.postman_collection.json -e dummyEnvironment.postman_environment.json -r htmlextra
To contribute to the project, follow these steps:
- Clone this repository.
- Create a branch:
git checkout -b <branch_name>. - Make your changes and commit them:
git commit -m '<commit_message>' - Push to original branch:
git push origin <branch_name> - Create the pull request.
Alternatively, see the GitHub documentation at how to create a pull request.