{"id":31644454,"url":"https://github.com/chaikovskyi-qa/api-testing","last_synced_at":"2026-05-18T06:04:09.331Z","repository":{"id":311457950,"uuid":"1043758066","full_name":"chaikovskyi-qa/api-testing","owner":"chaikovskyi-qa","description":"Postman + Newman CI (GitHub Actions), sample API tests","archived":false,"fork":false,"pushed_at":"2025-09-12T16:14:05.000Z","size":126,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-12T18:26:45.453Z","etag":null,"topics":["api-testing","automation","github-actions","newman","postman","qa"],"latest_commit_sha":null,"homepage":"","language":null,"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/chaikovskyi-qa.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,"zenodo":null}},"created_at":"2025-08-24T15:01:00.000Z","updated_at":"2025-09-12T16:14:09.000Z","dependencies_parsed_at":"2025-08-24T20:11:14.548Z","dependency_job_id":"647dbca8-05a4-4a97-a6fb-40f4a58248c7","html_url":"https://github.com/chaikovskyi-qa/api-testing","commit_stats":null,"previous_names":["chaikovskyi-qa/api-testing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chaikovskyi-qa/api-testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaikovskyi-qa%2Fapi-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaikovskyi-qa%2Fapi-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaikovskyi-qa%2Fapi-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaikovskyi-qa%2Fapi-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaikovskyi-qa","download_url":"https://codeload.github.com/chaikovskyi-qa/api-testing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaikovskyi-qa%2Fapi-testing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278722768,"owners_count":26034461,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-testing","automation","github-actions","newman","postman","qa"],"created_at":"2025-10-07T04:52:55.629Z","updated_at":"2025-10-07T04:52:59.429Z","avatar_url":"https://github.com/chaikovskyi-qa.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# API Testing with Postman + GitHub Actions\n\nThis project demonstrates basic API testing using **Postman**, **Newman**, and **GitHub Actions CI**.  \nIt includes positive and negative test scenarios and simple automation in CI.  \n\n---\n\n## Project Structure\n- **collections/** → Postman collections (main API, negative scenarios, user API)  \n- **envs/** → Postman environments (dev, negative, user)  \n- **flows/** → Postman Flows (visual testing scenarios), e.g. user-create-check  \n- **.github/workflows/** → GitHub Actions configuration for running Newman tests  \n\n---\n\n## What is implemented\n- Postman Flows – create a user and check by ID  \n- API Collection – basic requests (GET, POST)  \n- Negative tests – 400, 401, 403, 404, 409 with Postman Mock Server  \n\n---\n\n## CI (GitHub Actions)\n- Runs collections automatically with **Newman**  \n- Generates HTML reports using **htmlextra**  \n- Reports available in the *Actions* tab  \n\n---\n\n## How to run locally\n1. Install [Newman](https://github.com/postmanlabs/newman):  \n   ```bash\n   npm install -g newman newman-reporter-htmlextra  \n```bash\nnpm install -g newman newman-reporter-htmlextra\n\nnewman run collections/ecommerce.postman_collection.json -e envs/dev.postman_environment.json\nnewman run collections/negative-mocks.postman_collection.json -e envs/negative-mocks.postman_environment.json\n\nnewman run collections/ecommerce.postman_collection.json \\\n  -e envs/dev.postman_environment.json \\\n  -r htmlextra --reporter-htmlextra-export reports/report.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaikovskyi-qa%2Fapi-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchaikovskyi-qa%2Fapi-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaikovskyi-qa%2Fapi-testing/lists"}