GitHub
Start DoesQA Runs from GitHub Actions with the DoesQA GitHub Action.
Last updated
name: DoesQA Test Run
on:
pull_request:
permissions:
checks: write
jobs:
doesqa-test-run:
runs-on: ubuntu-latest
steps:
- name: Trigger DoesQA Test Run
uses: Does-QA/action@v1
with:
key: ${{ secrets.DOESQA_KEY }}
accountId: ${{ secrets.DOESQA_ACCOUNT_ID }}
label: 'PR #${{ github.event.pull_request.number }}'
withAll: 'smoke,staging'
withoutAny: 'wip'
values: '{"BASE_URL": "https://staging.example.com"}'
wait: 'true'
timeout: '1800'
recipe: '4sJz2'
testsTagged: 'priority'