{"id":21480481,"url":"https://github.com/codewithmmak/postman-newman-automation-thecatapi","last_synced_at":"2026-02-27T19:06:01.368Z","repository":{"id":40359883,"uuid":"418075594","full_name":"codewithmmak/postman-newman-automation-TheCatApi","owner":"codewithmmak","description":"API Automation using Postman and running tests using Newman ","archived":false,"fork":false,"pushed_at":"2022-12-24T18:04:30.000Z","size":402,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-10T16:40:41.001Z","etag":null,"topics":["api-automation","api-testing-framework","newman","postman","postman-collection","restful-api"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codewithmmak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-17T09:15:26.000Z","updated_at":"2023-04-29T11:17:27.000Z","dependencies_parsed_at":"2023-01-30T21:15:36.840Z","dependency_job_id":null,"html_url":"https://github.com/codewithmmak/postman-newman-automation-TheCatApi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codewithmmak/postman-newman-automation-TheCatApi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmmak%2Fpostman-newman-automation-TheCatApi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmmak%2Fpostman-newman-automation-TheCatApi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmmak%2Fpostman-newman-automation-TheCatApi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmmak%2Fpostman-newman-automation-TheCatApi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewithmmak","download_url":"https://codeload.github.com/codewithmmak/postman-newman-automation-TheCatApi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmmak%2Fpostman-newman-automation-TheCatApi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29909269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T17:28:36.873Z","status":"ssl_error","status_checked_at":"2026-02-27T17:28:20.970Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["api-automation","api-testing-framework","newman","postman","postman-collection","restful-api"],"created_at":"2024-11-23T12:15:26.447Z","updated_at":"2026-02-27T19:06:01.337Z","avatar_url":"https://github.com/codewithmmak.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# API Automation using POSTMAN and running tests using Newman \n\n## How to run Postman Collection using Postman tool?\n1. Open Runner\n2. Drag and Drop your collection\n3. Select the tests\n4. Hit Run button\n![API Automation using POSTMAN and running tests using Newman](./Img/Test_Runner_01.png?raw=true \"POSTMAN Test Runner\")\n\n## How to run Postman Collection using Newman CLI tool?\n1. Open Terminal/CMD\n2. Install newman `npm install -g newman`\n3. Go to root path of the project\n4. Enter command\n`newman run TheCatAPI.postman_collection.json --environment TheCatAPI_Env.postman_environment.json`\n5. CLI will show below results\n\n![API Automation using POSTMAN and running tests using Newman Console Output 1](./Img/Console_01.png?raw=true \"API Automation using POSTMAN and running tests using Newman Console Output 1\")\n\n![API Automation using POSTMAN and running tests using Newman Console Output 2](./Img/Console_02.png?raw=true \"API Automation using POSTMAN and running tests using Newman Console Output 2\")\n\n## How to generate HTML report using npm newman-reporter-htmlextra with Newman?\n1. Open Terminal/CMD\n2. Install reporters `npm install -g newman-reporter-htmlextra`\n3. Go to root path of the project\n4. Enter command\n`newman run TheCatAPI.postman_collection.json --environment TheCatAPI_Env.postman_environment.json -r htmlextra --reporter-htmlextra-export .\\TestResults\\TestResult.html`\n\n![API Automation using POSTMAN and running tests using Newman](./Img/Newman_Report_01.png?raw=true \"API Automation using POSTMAN and running tests using Newman Test Results 1\")\n\n![API Automation using POSTMAN and running tests using Newman](./Img/Newman_Report_02.png?raw=true \"API Automation using POSTMAN and running tests using Newman Test Results 2\")\n\n![API Automation using POSTMAN and running tests using Newman](./Img/Newman_Report_03.png?raw=true \"API Automation using POSTMAN and running tests using Newman Test Results 3\")\n\n## How to generate CSV report using npm newman-reporter-csv with Newman?\n1. Open Terminal/CMD\n2. Install reporters `npm install -g newman-reporter-csv`\n3. Go to root path of project\n4. Enter command\n`newman run TheCatAPI.postman_collection.json -r csv --reporter-csv-export .\\testResults\\TestResult.csv`\n\n## Troubleshooting\nIssue #1: When you run Postman collection using newman you may see error: \n\nFile C:\\Users\\admin\\AppData\\Roaming\\npm\\newman.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.\n\nSolution: Follow step 1 to 3 given on `https://www.c-sharpcorner.com/article/how-to-fix-ps1-can-not-be-loaded-because-running-scripts-is-disabled-on-this-sys/`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithmmak%2Fpostman-newman-automation-thecatapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithmmak%2Fpostman-newman-automation-thecatapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithmmak%2Fpostman-newman-automation-thecatapi/lists"}