{"id":19836625,"url":"https://github.com/rapidapi/gh-api-testing-trigger","last_synced_at":"2025-11-03T14:03:40.789Z","repository":{"id":40501157,"uuid":"303544855","full_name":"RapidAPI/gh-api-testing-trigger","owner":"RapidAPI","description":"Trigger a RapidAPI Testing Test Execution via Github Actions","archived":false,"fork":false,"pushed_at":"2023-04-27T15:30:20.000Z","size":1274,"stargazers_count":26,"open_issues_count":3,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-24T12:07:15.368Z","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/RapidAPI.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}},"created_at":"2020-10-13T00:24:20.000Z","updated_at":"2025-04-11T16:30:26.000Z","dependencies_parsed_at":"2024-06-21T05:43:22.195Z","dependency_job_id":"a21cf22c-ee24-470c-af83-1a1b36738339","html_url":"https://github.com/RapidAPI/gh-api-testing-trigger","commit_stats":{"total_commits":24,"total_committers":6,"mean_commits":4.0,"dds":0.6666666666666667,"last_synced_commit":"b5adafb0971d0f6ee473dfe345886e46b3b0a2ac"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RapidAPI%2Fgh-api-testing-trigger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RapidAPI%2Fgh-api-testing-trigger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RapidAPI%2Fgh-api-testing-trigger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RapidAPI%2Fgh-api-testing-trigger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RapidAPI","download_url":"https://codeload.github.com/RapidAPI/gh-api-testing-trigger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251924550,"owners_count":21665988,"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":[],"created_at":"2024-11-12T12:12:01.584Z","updated_at":"2025-11-03T14:03:40.760Z","avatar_url":"https://github.com/RapidAPI.png","language":"JavaScript","readme":"# RapidAPI Testing GitHub Actions\n\nThis GitHub Action allows you to trigger the execution of [RapidAPI Testing](https://rapidapi.com/testing) tests. This is especially useful\nduring CI/CD to ensure new deployments are functioning as expected.\n\n## Complete example\n\n```yaml\non: [push]\n\njobs:\n  run_api_test:\n    runs-on: ubuntu-latest\n    name: Execute RapidAPI API Tests\n    steps:\n    - name: Execute Tests\n      id: tstExec\n      uses: RapidAPI/gh-api-testing-trigger@v0.0.3\n      with:\n        test: 'YOUR_TEST_ID'\n        location: 'AWS-US-WEST-2'\n        environment: 'ENV_ID(OPTIONAL)'\n    - name: Show Results\n      run: echo \"The test took ${{ steps.tstExec.outputs.time }}ms to run\"; echo \"The test result was ${{ steps.tstExec.outputs.computedStatus }}\"; echo \"View Report - ${{ steps.tstExec.outputs.reportUrl }}\"\n```\n\n## Inputs\n\n### `test`\n\n**Required** The ID of the test you wish to execute.\n\n### `location`\n\n**Required** The location the test will be executed in. Options:\n\n- `AWS-US-EAST-1` : N. Virginia\n- `AWS-US-WEST-2` : Oregon\n- `AWS-AP-EAST-1` : Hong Kong\n- `AWS-AP-SOUTH-1` : Mumbai\n- `AWS-AP-SOUTHEAST-1` : Singapore\n- `AWS-AP-NORTHEAST-1` : Tokyo\n- `AWS-EU-CENTRAL-1` : Frankfurt\n- `AWS-EU-WEST-3` : Paris\n- `AWS-SA-EAST-1` : São Paulo\n\n### `environment`\n\nThe environment you want to run the test in. If you don't use environment omit this parameter\n\n### `tenant`\n\nThe tenant to run the test against. Defaults to the public Hub `rapidapi.com`. For example for an enterprise\nit may be `tenant: ${ENTERPRISE_DOMAIN}.hub.rapidapi.com`. Likewise, for different regions:\n\n```yaml\nUS: https://acme.hub.rapidapi.com\nCA: https://acme.hub-ca.rapidapi.com\nEU: https://acme.hub-eu.rapidapi.com\n```\n\nWith `acme` being a mock domain used as an example.\n## Outputs\n\n### `time`\n\nThe time it took the test to execute, in milliseconds (1000ms=s)\n\n### `successful`\n\nTrue/false based on the result of the test execution\n\n### `reportUrl`\n\nURL of a human-readable report of the test execution\n\n### `computedStatus`\n\nA human-readable test status that matches the status values on the test dashboard in the UI\n\n## Help\n\nFor any help using this integration, reach out to `support@rapidapi.com`. You can also see RapidAPI Testing Guide in our [Help Center](https://docs.rapidapi.com/docs/creating-test-flows).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frapidapi%2Fgh-api-testing-trigger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frapidapi%2Fgh-api-testing-trigger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frapidapi%2Fgh-api-testing-trigger/lists"}