{"id":31534051,"url":"https://github.com/eddyseed/openapi-testing-tool","last_synced_at":"2025-10-04T05:16:42.018Z","repository":{"id":311932678,"uuid":"1042072385","full_name":"eddyseed/OpenAPI-Testing-Tool","owner":"eddyseed","description":"OpenAPI Testing Tool – Automatically generates test cases for your APIs using a local Ollama model. Streamline API validation, reduce manual testing, and integrate seamlessly with your development workflow.","archived":false,"fork":false,"pushed_at":"2025-10-03T18:46:34.000Z","size":457,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-03T20:36:03.210Z","etag":null,"topics":["axios","clsx-npm","express-js","js-yaml","lucide-react","monaco-code-editor","multer-fileupload","openapi-spec","react-hooks","react-hot-toast","react-table-v8","reactjs","shadcn-ui","socket-io","tailwindcss-v4","vite","winston-logger","xterm-js","zod-validation"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/eddyseed.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-21T12:49:26.000Z","updated_at":"2025-10-03T18:44:34.000Z","dependencies_parsed_at":"2025-08-27T23:36:23.636Z","dependency_job_id":"3ec7f588-f8ba-4c7b-8584-86e01e69c98d","html_url":"https://github.com/eddyseed/OpenAPI-Testing-Tool","commit_stats":null,"previous_names":["eddyseed/ai-api-testing-tool","eddyseed/openapi-testing-tool"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eddyseed/OpenAPI-Testing-Tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddyseed%2FOpenAPI-Testing-Tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddyseed%2FOpenAPI-Testing-Tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddyseed%2FOpenAPI-Testing-Tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddyseed%2FOpenAPI-Testing-Tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eddyseed","download_url":"https://codeload.github.com/eddyseed/OpenAPI-Testing-Tool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddyseed%2FOpenAPI-Testing-Tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278266896,"owners_count":25958733,"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-04T02:00:05.491Z","response_time":63,"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":["axios","clsx-npm","express-js","js-yaml","lucide-react","monaco-code-editor","multer-fileupload","openapi-spec","react-hooks","react-hot-toast","react-table-v8","reactjs","shadcn-ui","socket-io","tailwindcss-v4","vite","winston-logger","xterm-js","zod-validation"],"created_at":"2025-10-04T05:16:38.593Z","updated_at":"2025-10-04T05:16:42.010Z","avatar_url":"https://github.com/eddyseed.png","language":"TypeScript","readme":"## OpenAPI Testing Tool\n\nAutomatically generate comprehensive API test cases from your OpenAPI specification using a local Ollama model. This tool simplifies API validation, reduces manual effort, and integrates seamlessly into your development workflow.\n\nFor learning more about OpenAPI Specifications: https://spec.openapis.org/oas/v3.1.0.html#openapi-specification\n\n### Features\n\n- **OpenAPI Integration** - Parses your API specification to understand endpoints and schemas.\n- **Local Ollama Model** - Uses a locally hosted LLM for generating intelligent test cases.\n- **Automated Test Generation** - Quickly produces unit/integration tests for endpoints.\n- **User Friendly Interface** - View the snapshots of the application below\n- **Fast \u0026 Secure** - No external API calls; all processing happens locally.\n\n### Prequisities\n\n- Node.js `v22.12.0` or higher (Important)\n- npm or yarn\n- Ollama installed locally (https://ollama.com/download)\n- Your OpenAPI specification file (`openapi.yaml` or .json)\n\n## 🛠 Installation Steps\n\n1. Clone the Repository\n\n```shell\ngit clone git@github.com:eddyseed/OpenAPI-Testing-Tool.git\ncd OpenAPI-Testing-Tool/\n```\n\n2. Install Dependencies (For both Frontend \u0026 Backend)\n\n```shell\nnpm install\n```\n\n3. Verify Ollama Installation\n\n```shell\nollama list\n```\n\nEnsure your desired model (e.g., `phi3:mini`) is available.\n\n4. Edit your `.env.sample` in `backend/`\n```env\n# All variables should be changed according to the development requirements.\n\nPORT=3000\nNODE_ENV=development \n\nLOCAL_HOST=http://localhost:3000\nCORS_ORIGIN=http://localhost:5173\nOLLAMA_HOST=http://localhost:11434\n\n#Set your own local model name\nMODEL_NAME=your_model_name\n```\n\u003e For getting a list of all models do `ollama list`\n\n## Screenshots\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddyseed%2Fopenapi-testing-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feddyseed%2Fopenapi-testing-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddyseed%2Fopenapi-testing-tool/lists"}