{"id":21857516,"url":"https://github.com/aladnansami/demoney_postman_api_testing","last_synced_at":"2025-10-09T19:34:53.635Z","repository":{"id":78424807,"uuid":"506979219","full_name":"aladnansami/Demoney_Postman_API_Testing","owner":"aladnansami","description":"Test Demoney website api . Here Postman collection : https://www.getpostman.com/collections/c201b6d467421000d6da","archived":false,"fork":false,"pushed_at":"2022-08-22T06:20:09.000Z","size":184,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T14:11:32.862Z","etag":null,"topics":["apitesting","jmeter","load-testing","postman","selenium"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aladnansami.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-24T11:04:48.000Z","updated_at":"2022-09-08T06:42:13.000Z","dependencies_parsed_at":"2023-04-11T20:17:00.095Z","dependency_job_id":null,"html_url":"https://github.com/aladnansami/Demoney_Postman_API_Testing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aladnansami%2FDemoney_Postman_API_Testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aladnansami%2FDemoney_Postman_API_Testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aladnansami%2FDemoney_Postman_API_Testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aladnansami%2FDemoney_Postman_API_Testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aladnansami","download_url":"https://codeload.github.com/aladnansami/Demoney_Postman_API_Testing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244854242,"owners_count":20521438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apitesting","jmeter","load-testing","postman","selenium"],"created_at":"2024-11-28T02:29:27.345Z","updated_at":"2025-10-09T19:34:48.585Z","avatar_url":"https://github.com/aladnansami.png","language":"JavaScript","readme":"# Demoney_Postman_API_Testing\n\u003cbr\u003e\u003cb\u003ePostman collection \u003c/b\u003e: \u003ci\u003e https://www.getpostman.com/collections/c201b6d467421000d6da\u003c/i\u003e\n\u003cbr\u003e\n## IDE\npostman\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\u003cimg src=\"https://github.com/aladnansami/Demoney_Postman_API_Testing/blob/main/collection/newman-01.png\"\u003e\n\n## How to run this project in postman ?\nJust Import Collection link of your postman \n\n\n## How to run this project in your device?\n01 Clone this project \u003cbr\u003e\n02 Open with any code editor \u003cbr\u003e\n03 Give the following command , for help go to \u003cb\u003e\u003ci\u003e https://roadtosdet.com/step-by-step-testing-with-postman-part-2 \u003c/i\u003e\u003c/b\u003e\u003cbr\u003e\n04 only run collection json file you should following the command below\u003cbr\u003e\n05 npm install/ npm i or yarn install\u003cbr\u003e\n06 npx newman run .collection/collection.json\u003cbr\u003e\n07 npm test\u003cbr\u003e\n\n## Reports \n\n01 .\u003cb\u003eNewman 01\u003c/b\u003e \u003cbr\u003e\n\u003cimg src=\"https://github.com/aladnansami/Demoney_Postman_API_Testing/blob/main/collection/newman-01.png\"\u003e \u003cbr\u003e\n02 .Newman 02 \u003cbr\u003e\n\u003cimg src=\"https://github.com/aladnansami/Demoney_Postman_API_Testing/blob/main/collection/newman-02.png\"\u003e\u003cbr\u003e\n03 .Terminal view \u003cbr\u003e\n\u003cimg src=\"https://github.com/aladnansami/Demoney_Postman_API_Testing/blob/main/collection/terminal%20report.png\"\u003e\u003cbr\u003e\n04 .Postman interface \u003cbr\u003e\n\n\u003cimg src=\"https://github.com/aladnansami/Demoney_Postman_API_Testing/blob/main/collection/postman.png\"\u003e\u003cbr\u003e\n\n## Git Command\n## For the very first time after installing github\ngit init \u003cbr\u003e\ngit remote add origin \u003cURL\u003e\u003cbr\u003e\ngit config user.name \u003cYOUR_NAME\u003e //to set the username\u003cbr\u003e\ngit config user.email \u003cEMAIL\u003e //to set the email\u003cbr\u003e\ngit config user.name //to retrieve the username\u003cbr\u003e\ngit config user.email //to retrieve the email\u003cbr\u003e\ngit status\u003cbr\u003e\ngit add .\u003cbr\u003e\ngit commit -m 'upload'\u003cbr\u003e\ngit branch -M main\u003cbr\u003e\ngit push origin main\u003cbr\u003e\n\n## When uploading a new project\n\ngit init\u003cbr\u003e\ngit remote add origin \u003cURL\u003e\u003cbr\u003e\ngit status\u003cbr\u003e\ngit add .\u003cbr\u003e\ngit commit -m 'upload'\u003cbr\u003e\ngit branch -M main\u003cbr\u003e\ngit push origin main\u003cbr\u003e\n\n## When update something in an existing project\ngit status\u003cbr\u003e\ngit add .\u003cbr\u003e\ngit commit -m 'update'\u003cbr\u003e\ngit push origin main\u003cbr\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faladnansami%2Fdemoney_postman_api_testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faladnansami%2Fdemoney_postman_api_testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faladnansami%2Fdemoney_postman_api_testing/lists"}