GitHub Actions
TestRail
TESTRAIL_CREDENTIALS = "your-username:your-password"
- name: Submit to TestRail
uses: testfiesta/tacotruck-action@v1
with:
provider: testrail
handle: <your-username>
project: <your-project-id>
results-path: ./junit-results.xml
credentials: ${{ secrets.TESTRAIL_CREDENTIALS }}
base-url: 'https://<your-username>.testrail.io'
run-name: 'CI Run #${{ github.run_number }}'
source: 'Github action'
config: |
{
"suite_id": 2,
"run_name": "Automated Tests - ${{ github.workflow }} #${{ github.run_number }}",
"milestone_id": 5,
"assigned_to": 123
}Testfiesta
Input Reference
Support and Resources
Last updated