GitLab CI
TacoTruck GitLab CI Integration
Usage
Use as a CI/CD Component
Testfiesta
include:
- component: gitlab.com/testfiesta/tacotruck-gitlab/tacotruck@v<latest version>
inputs:
stage: report
provider: "testfiesta" # Options: "testfiesta", "testrail"
results_path: "./test-results.xml"
base_url: "https://api.testfiesta.com"
project: "your-project-key"
handle: "your-org-handle"
api_key: "$TESTFIESTA_API_KEY"
run_name: "CI Pipeline Run ${CI_PIPELINE_ID}"
source: "Gitlab CI"
stages:
- test
- report
run-tests:
stage: test
script:
- npm test
artifacts:
paths:
- test-results.xml
reports:
junit: test-results.xml
# The component automatically provides the submit-run job
# No need to extend or define additional jobTestrail
Configuration
Support and Resources
Last updated