{"id":7962205,"name":"Staffbase/testio-trigger-test-github-action","ecosystem":"actions","description":"Initiate test on crowd-testing platform TestIO from a pull request with specific comments. Requires TestIO customer account.","homepage":"","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/Staffbase/testio-trigger-test-github-action","keywords_array":["actions","github-actions","testio"],"namespace":"Staffbase","versions_count":10,"first_release_published_at":"2023-07-07T10:29:33.000Z","latest_release_published_at":"2023-12-14T10:47:25.000Z","latest_release_number":"v1.3.0","last_synced_at":"2026-03-24T00:23:18.429Z","created_at":"2023-07-20T16:09:19.962Z","updated_at":"2026-03-24T00:23:18.429Z","registry_url":"https://github.com/Staffbase/testio-trigger-test-github-action","install_command":null,"documentation_url":null,"metadata":{"name":"Trigger Test on TestIO","author":"Staffbase GmbH","description":"Initiate test on crowd-testing platform TestIO from a pull request with specific comments. Requires TestIO customer account.","inputs":{"testio-slug":{"description":"The slug you received from TestIO.\nUsually it is the part inside the URL you got to access your custom area on the TestIO platform according to this pattern: https://\u003cYOUR_SLUG\u003e.test.io","required":true},"testio-product-id":{"description":"On the TestIO platform customers can specify different products.\nThis property refers to the product you want to trigger a new test for.","required":true},"github-token":{"description":"A GitHub token having granted permissions to write a comment in the repository where this action is intended to be executed.","required":true},"testio-token":{"description":"The token of a TestIO user which should be used for communicating with the TestIO API.","required":true}},"runs":{"using":"composite","steps":[{"name":"TestIO - Init global environment","shell":"bash","run":"echo \"TESTIO_SCRIPTS_DIR=${{github.action_path}}\" \u003e\u003e $GITHUB_ENV\necho \"TESTIO_ERROR_MSG_FILE=errorToComment.msg\" \u003e\u003e $GITHUB_ENV"},{"name":"TestIO - Set up Node","uses":"actions/setup-node@v4","with":{"node-version":"18"}},{"name":"TestIO - Install Dependencies","shell":"bash","run":"cd ${{github.action_path}}\nnpm install"},{"name":"TestIO - Add PR comment for requesting required input","id":"prepare-android","if":"startsWith(github.event.comment.body, '@bot-testio exploratory-test create')","env":{"GITHUB_TOKEN":"${{ inputs.github-token }}","TESTIO_CREATE_COMMENT_URL":"${{ github.event.comment.html_url }}","TESTIO_CREATE_COMMENT_BODY":"${{ github.event.comment.body }}"},"shell":"bash","run":"npx ts-node ${{github.action_path}}/src/addPRcomment.ts"},{"name":"TestIO - Retrieve input and create payload","id":"payload","if":"startsWith(github.event.comment.body, '@bot-testio exploratory-test submit')","env":{"GITHUB_TOKEN":"${{ inputs.github-token }}","TESTIO_SUBMIT_COMMENT_ID":"${{ github.event.comment.id }}","TESTIO_SUBMIT_COMMENT_URL":"${{ github.event.comment.html_url }}"},"shell":"bash","run":"npx ts-node ${{github.action_path}}/src/retrievePayload.ts"},{"name":"TestIO - Trigger TestIO Test","id":"trigger","if":"${{ steps.payload.outcome == 'success' }}","env":{"TESTIO_PRODUCT_ID":"${{ inputs.testio-product-id }}","TESTIO_TOKEN":"${{ inputs.testio-token }}"},"shell":"bash","run":"npx ts-node ${{github.action_path}}/src/triggerTest.ts"},{"name":"TestIO - Report Success","if":"${{ steps.trigger.outcome == 'success' }}","env":{"GITHUB_TOKEN":"${{ inputs.github-token }}","TESTIO_CREATED_TEST_ID":"${{ steps.trigger.outputs.testio-created-test-id }}","TESTIO_PRODUCT_ID":"${{ inputs.testio-product-id }}","TESTIO_SLUG":"${{ inputs.testio-slug }}","TESTIO_SUBMIT_COMMENT_ID":"${{ steps.payload.outputs.testio-submit-comment-id }}","TESTIO_CREATE_COMMENT_URL":"${{ steps.payload.outputs.testio-create-comment-url }}"},"shell":"bash","run":"npx ts-node ${{github.action_path}}/src/reportSuccess.ts"},{"name":"TestIO - Report Failure","if":"failure()","env":{"GITHUB_TOKEN":"${{ inputs.github-token }}","TESTIO_CREATE_COMMENT_URL":"${{ steps.payload.outputs.testio-create-comment-url }}"},"shell":"bash","run":"npx ts-node ${{github.action_path}}/src/reportFailure.ts"}]},"branding":{"icon":"user-plus","color":"blue"},"default_branch":"main","path":null},"repo_metadata":{"id":180093847,"uuid":"661704195","full_name":"Staffbase/testio-trigger-test-github-action","owner":"Staffbase","description":"GitHub Action for triggering a new test on the crowd-testing provider platform TestIO from a PR","archived":false,"fork":false,"pushed_at":"2024-07-10T12:33:17.000Z","size":1505,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-14T03:54:15.552Z","etag":null,"topics":["actions","github-actions","testio"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Staffbase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-03T13:10:21.000Z","updated_at":"2024-07-10T12:33:34.000Z","dependencies_parsed_at":"2023-12-14T11:55:44.133Z","dependency_job_id":"abfd2a7f-0fdf-43fb-bbeb-0ee696fe2b9b","html_url":"https://github.com/Staffbase/testio-trigger-test-github-action","commit_stats":null,"previous_names":["staffbase/testio-trigger-test-github-action"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Staffbase","download_url":"https://codeload.github.com/Staffbase/testio-trigger-test-github-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254110399,"owners_count":22016394,"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"},"owner_record":{"login":"Staffbase","name":"Staffbase","uuid":"22979386","kind":"organization","description":"The no. 1 employee app platform. Trusted by hundreds of internal comms professionals. ✓ Own branding ✓ Turnkey solution ✓ API \u0026 Integrations ✓ Fair pricing","email":"hi@staffbase.com","website":"https://staffbase.com","location":"Germany","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/22979386?v=4","repositories_count":67,"last_synced_at":"2024-04-15T14:41:41.560Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/Staffbase","funding_links":[],"total_stars":88,"followers":91,"following":0,"created_at":"2022-11-08T22:01:38.147Z","updated_at":"2024-04-15T14:41:56.201Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Staffbase","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Staffbase/repositories"},"tags":[{"name":"v1.3.0","sha":"c64ca3e47e3c49e7f4ccfbefcdc17032478143eb","kind":"commit","published_at":"2023-12-14T10:47:25.000Z","download_url":"https://codeload.github.com/Staffbase/testio-trigger-test-github-action/tar.gz/v1.3.0","html_url":"https://github.com/Staffbase/testio-trigger-test-github-action/releases/tag/v1.3.0","dependencies_parsed_at":"2023-12-19T05:28:22.930Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"95d10090a2e2140759a44f3d8328d08338d2cb40","kind":"commit","published_at":"2023-12-11T06:46:38.000Z","download_url":"https://codeload.github.com/Staffbase/testio-trigger-test-github-action/tar.gz/v1.2.1","html_url":"https://github.com/Staffbase/testio-trigger-test-github-action/releases/tag/v1.2.1","dependencies_parsed_at":"2023-12-13T06:07:37.276Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"b27a682228db0f4c325eea1da629944a67f7c9cb","kind":"commit","published_at":"2023-12-11T06:39:59.000Z","download_url":"https://codeload.github.com/Staffbase/testio-trigger-test-github-action/tar.gz/v1.2.0","html_url":"https://github.com/Staffbase/testio-trigger-test-github-action/releases/tag/v1.2.0","dependencies_parsed_at":"2023-12-13T06:07:37.231Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.2.0/manifests"},{"name":"v1.1.2","sha":"70551bf040f2f1b626ba77670dfe380e62507147","kind":"commit","published_at":"2023-11-08T09:08:28.000Z","download_url":"https://codeload.github.com/Staffbase/testio-trigger-test-github-action/tar.gz/v1.1.2","html_url":"https://github.com/Staffbase/testio-trigger-test-github-action/releases/tag/v1.1.2","dependencies_parsed_at":"2023-11-11T05:03:10.410Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"15c34928175d5219791fdc1885f3036c264a93a6","kind":"commit","published_at":"2023-10-12T06:17:14.000Z","download_url":"https://codeload.github.com/Staffbase/testio-trigger-test-github-action/tar.gz/v1.1.1","html_url":"https://github.com/Staffbase/testio-trigger-test-github-action/releases/tag/v1.1.1","dependencies_parsed_at":"2023-10-13T07:53:20.768Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"7caebe303e26fb46e44be398115ddb588893c27b","kind":"commit","published_at":"2023-10-10T10:19:47.000Z","download_url":"https://codeload.github.com/Staffbase/testio-trigger-test-github-action/tar.gz/v1.1.0","html_url":"https://github.com/Staffbase/testio-trigger-test-github-action/releases/tag/v1.1.0","dependencies_parsed_at":"2023-10-12T08:16:33.950Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.1.0/manifests"},{"name":"v1.0.3","sha":"f2d4a1421cce0f83e22fec698ac9de14437bfdea","kind":"commit","published_at":"2023-07-20T14:04:28.000Z","download_url":"https://codeload.github.com/Staffbase/testio-trigger-test-github-action/tar.gz/v1.0.3","html_url":"https://github.com/Staffbase/testio-trigger-test-github-action/releases/tag/v1.0.3","dependencies_parsed_at":"2023-07-23T04:07:16.060Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"4f470cc6a95b7a0921df6d1c25b4dca3b4f91e70","kind":"commit","published_at":"2023-07-20T13:49:13.000Z","download_url":"https://codeload.github.com/Staffbase/testio-trigger-test-github-action/tar.gz/v1.0.2","html_url":"https://github.com/Staffbase/testio-trigger-test-github-action/releases/tag/v1.0.2","dependencies_parsed_at":"2023-07-23T04:07:16.204Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"251fca3cf5545ee3e53d7b961a07e587aab55389","kind":"commit","published_at":"2023-07-12T11:03:32.000Z","download_url":"https://codeload.github.com/Staffbase/testio-trigger-test-github-action/tar.gz/v1.0.1","html_url":"https://github.com/Staffbase/testio-trigger-test-github-action/releases/tag/v1.0.1","dependencies_parsed_at":"2023-07-23T04:07:15.952Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"4056bc6d1ccde8099905e624e521819493c5309f","kind":"commit","published_at":"2023-07-07T10:29:33.000Z","download_url":"https://codeload.github.com/Staffbase/testio-trigger-test-github-action/tar.gz/v1.0.0","html_url":"https://github.com/Staffbase/testio-trigger-test-github-action/releases/tag/v1.0.0","dependencies_parsed_at":"2023-07-23T04:07:15.712Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Ftestio-trigger-test-github-action/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-05-14T11:42:03.959Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":41.20241260782152,"dependent_packages_count":0.0,"stargazers_count":35.89677084684217,"forks_count":36.52517915626317,"docker_downloads_count":null,"average":28.406090652731717},"purl":"pkg:githubactions/Staffbase/testio-trigger-test-github-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/Staffbase/testio-trigger-test-github-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/Staffbase/testio-trigger-test-github-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/Staffbase/testio-trigger-test-github-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-03-16T19:19:36.505Z","issues_count":0,"pull_requests_count":126,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":332874.21186440677,"issues_closed_count":0,"pull_requests_closed_count":118,"pull_request_authors_count":3,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":1.0634920634920635,"merged_pull_requests_count":94,"bot_issues_count":0,"bot_pull_requests_count":85,"past_year_issues_count":0,"past_year_pull_requests_count":24,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":1294302.875,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":16,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":1.7083333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":23,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/staffbase%2Ftestio-trigger-test-github-action/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Staffbase%2Ftestio-trigger-test-github-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Staffbase%2Ftestio-trigger-test-github-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Staffbase%2Ftestio-trigger-test-github-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Staffbase%2Ftestio-trigger-test-github-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Staffbase%2Ftestio-trigger-test-github-action/codemeta","maintainers":[]}