Skip to content

chrisfaragliaTestRail/python_testrail_integration

Repository files navigation

Pytest sample project

GitHub Action CI Execution

GitHub Action Pipeline

How to use the project on local machine

  • Replace the placeholders in trcli-config.yml with your TestRail instance details
  • Execute the commands on the script below
# Install TR CLI
pip install trcli

# Install test project
pip install -r requirements.txt

# Run tests
pytest --junitxml "reports/junit-report.xml" "./tests"

# Upload test results
trcli -y -c "trcli-config.yml" parse_junit -f "reports/junit-report.xml"

About

python_testrail_integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages