{"id":30386404,"url":"https://github.com/akrem-chabchoub/api-testing-scripts","last_synced_at":"2026-02-23T15:02:02.840Z","repository":{"id":298433747,"uuid":"896098532","full_name":"akrem-chabchoub/API-Testing-Scripts","owner":"akrem-chabchoub","description":"A collection of reusable pre-request and post-request scripts for API testing tools like Postman. Automate workflows with dynamic data generation, authentication handling, and response validation to streamline your testing process.","archived":false,"fork":false,"pushed_at":"2024-11-29T14:43:20.000Z","size":3,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-21T03:54:39.840Z","etag":null,"topics":["api","postman","scripts","testing"],"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/akrem-chabchoub.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":"2024-11-29T14:40:57.000Z","updated_at":"2025-02-08T13:30:17.000Z","dependencies_parsed_at":"2025-06-11T04:47:58.014Z","dependency_job_id":"03648ab6-2bc0-40a6-8f57-9358d40566bb","html_url":"https://github.com/akrem-chabchoub/API-Testing-Scripts","commit_stats":null,"previous_names":["akrem-chabchoub/api-testing-scripts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akrem-chabchoub/API-Testing-Scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akrem-chabchoub%2FAPI-Testing-Scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akrem-chabchoub%2FAPI-Testing-Scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akrem-chabchoub%2FAPI-Testing-Scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akrem-chabchoub%2FAPI-Testing-Scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akrem-chabchoub","download_url":"https://codeload.github.com/akrem-chabchoub/API-Testing-Scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akrem-chabchoub%2FAPI-Testing-Scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29746499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"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","postman","scripts","testing"],"created_at":"2025-08-21T03:30:34.978Z","updated_at":"2026-02-23T15:02:02.823Z","avatar_url":"https://github.com/akrem-chabchoub.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌐 API Testing Scripts Library\n\nA collection of reusable **pre-request** and **post-request** scripts to automate and enhance API testing workflows. These scripts are adaptable for any API testing tool that supports JavaScript scripting.\n\n## 🚀 Features\n- **Dynamic Data:** Generate unique emails, UUIDs, and timestamps.\n- **Authentication:** Handle Bearer tokens, OAuth2, and other methods.\n- **Validations:** Verify response codes and schemas.\n- **Utilities:** Manage environment variables and debug responses.\n\n## 📜 Example Scripts\n\n### Pre-request Scripts\n- **Dynamic Email Generation**:\n   ```javascript\n   let counter = pm.environment.get('email_counter') || 1;\n   pm.variables.set('email', `test${counter}@example.com`);\n   pm.environment.set('email_counter', counter + 1);\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakrem-chabchoub%2Fapi-testing-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakrem-chabchoub%2Fapi-testing-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakrem-chabchoub%2Fapi-testing-scripts/lists"}