Skip to content

Commit

Permalink
chore(testio): add entry in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jreimone committed Jul 5, 2023
1 parent cc56129 commit 218dded
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,35 @@ jobs:
```
</details>

### TestIO

<details>

<summary>This GitHub Action can be used to trigger a test on the external crowd-testing platform TestIO from a pull request.</summary>

```yml
name: TestIO - Trigger test from PR
on:
issue_comment:
types: [created, edited]
jobs:
trigger-testio-test:
uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v2.3.0
with:
# optional: the slug you received from TestIO, defaults to 'staffbase'
testio-slug: your TestIO slug
# required: ID of the product on the TestIO platform to which the triggered test should be assigned to
testio-product-id: your product ID
secrets:
# required: GitHub token to be used for commenting in a PR
github-token: ${{ secrets.GITHUB_TOKEN }}
# required: TestIO token of a user for which the triggered test is created
testio-token: ${{ secrets.TESTIO_TOKEN }}
```

</details>

### Yamllint

<details>
Expand Down

0 comments on commit 218dded

Please sign in to comment.