{"id":20791437,"url":"https://github.com/keploy/testgpt","last_synced_at":"2025-07-21T07:32:25.692Z","repository":{"id":205991711,"uuid":"714941912","full_name":"keploy/testGPT","owner":"keploy","description":"TestGPT is a GitHub Action designed to execute Keploy test cases and generate detailed test reports.","archived":false,"fork":false,"pushed_at":"2024-11-15T06:30:02.000Z","size":166,"stargazers_count":7,"open_issues_count":5,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T21:23:47.518Z","etag":null,"topics":["cicd","e2e-testing","github-actions","go","java","javascript","python","python3","shell","test-automation","test-runner","test-suites","testgpt","testing","testing-automation","testing-tools","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/keploy-testrun-report","language":"Shell","has_issues":false,"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/keploy.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":"2023-11-06T06:56:07.000Z","updated_at":"2025-04-17T19:57:59.000Z","dependencies_parsed_at":"2023-11-07T13:39:09.532Z","dependency_job_id":"ac5f1d1f-bb4a-4f45-865c-bc00d81cf13e","html_url":"https://github.com/keploy/testGPT","commit_stats":null,"previous_names":["keploy/testgpt"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/keploy/testGPT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keploy%2FtestGPT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keploy%2FtestGPT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keploy%2FtestGPT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keploy%2FtestGPT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keploy","download_url":"https://codeload.github.com/keploy/testGPT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keploy%2FtestGPT/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266261147,"owners_count":23901285,"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":["cicd","e2e-testing","github-actions","go","java","javascript","python","python3","shell","test-automation","test-runner","test-suites","testgpt","testing","testing-automation","testing-tools","typescript"],"created_at":"2024-11-17T15:44:42.185Z","updated_at":"2025-07-21T07:32:25.676Z","avatar_url":"https://github.com/keploy.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n  \u003cimg align=\"center\" src=\"https://docs.keploy.io/img/keploy-logo-dark.svg?s=200\u0026v=4\" height=\"40%\" width=\"500%\"  alt=\"keploy logo\"/\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n# Overview\nIt allow users to utilize Keploy's features in test-mode. \n\n## Usage\n\nEnviormental Varibales needed : -\n`working-directory` :- Path where the main code and pkg is present.\n`delay` :- is optional, it is the time taken by the application to get started.\n`command` :- Command to run the application.\n`keploy-path` :- Path where Keploy folder is present.\n\nRight Now languages such as :- `Go`,`Java`,`NodeJS` \u0026 `Python` are supported.\n\n```yaml\nname: Run test-cases\non:\n  push:\n    branches:\n      - main\n\njobs:\n  my_job:\n    runs-on: ubuntu-latest\n\n    steps:\n    - name: Keploy Report\n      uses: keploy/testgpt@main\n      with:\n        working-directory: /\n        delay: 10\n        command: node src/app.js\n        keploy-path: ./\n```\n\n### Test summary on PR\n\nBefore merging PR, `keploy/testgpt@main` would let you in advance whether the test-cases are passing or not. We just need to add the below code on the `job_on:` .\n\n```yml\n  pull_request:\n    branches:\n      - main\n```\n\nThe test-cases will be visible on both the github_action logs as well as on the PR as the comment, which allows maintainer and contributor to know beforehand if there are fix associated with the PR\n\n![Keploy PR Comment](image.png?raw=true)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeploy%2Ftestgpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeploy%2Ftestgpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeploy%2Ftestgpt/lists"}