{"id":21702668,"url":"https://github.com/depapp/free-katalon-studio-github-actions","last_synced_at":"2025-08-08T10:11:14.660Z","repository":{"id":305128203,"uuid":"926337558","full_name":"depapp/free-katalon-studio-github-actions","owner":"depapp","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-04T01:28:10.000Z","size":5365,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T13:45:19.267Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/depapp.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-02-03T04:10:46.000Z","updated_at":"2025-02-04T01:28:13.000Z","dependencies_parsed_at":"2025-07-18T13:55:56.206Z","dependency_job_id":null,"html_url":"https://github.com/depapp/free-katalon-studio-github-actions","commit_stats":null,"previous_names":["depapp/free-katalon-studio-github-actions"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/depapp/free-katalon-studio-github-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depapp%2Ffree-katalon-studio-github-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depapp%2Ffree-katalon-studio-github-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depapp%2Ffree-katalon-studio-github-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depapp%2Ffree-katalon-studio-github-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/depapp","download_url":"https://codeload.github.com/depapp/free-katalon-studio-github-actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depapp%2Ffree-katalon-studio-github-actions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269403565,"owners_count":24411228,"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-08-08T02:00:09.200Z","response_time":72,"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":[],"created_at":"2024-11-25T21:17:26.368Z","updated_at":"2025-08-08T10:11:14.637Z","avatar_url":"https://github.com/depapp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Free Katalon Studio on Github Actions\nExecute Katalon Studio project on Github Actions with No Cost\n\n## Usage\n```yaml\n    - uses: depapp/free-katalon-studio-github-actions@v2.8.4\n      with:\n        testSuitePath: 'Test Suites/Verify Operations'\n        browserType: 'Chrome'\n        executionProfile: 'default'\n```\nchange the `testSuitePath`, `browserType`, `executionProfile` values to your own.\n\nGithub Actions configuration file example for https://github.com/katalon-studio-samples/calculator-bdd-tests project:\n```yaml\nname: CI\n\non:\n  push:\n    branches: [ main, master ]\n  pull_request:\n    branches: [ main, master ]\n\njobs:\n  build:\n    runs-on: macos-latest\n    steps:\n    - name: Checkout\n      uses: actions/checkout@v4\n    - name: Execute Katalon Studio project on Github Actions with No Cost\n      uses: depapp/free-katalon-studio-github-actions@v2.8.4\n      with:\n        testSuitePath: 'Test Suites/Verify Operations'\n        browserType: 'Chrome'\n        executionProfile: 'default'\n    - name: Build Katalon Reports as Artifact\n      if: always()\n      uses: actions/upload-artifact@v4\n      with:\n        name: Katalon-Reports\n        path: Reports/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepapp%2Ffree-katalon-studio-github-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdepapp%2Ffree-katalon-studio-github-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepapp%2Ffree-katalon-studio-github-actions/lists"}