Skip to main content

Associate DevOps test cases with pytest XML results

Project description

Version

Pytest Parser to Azure DevOps Test Case

Associate DevOps test cases with pytest nunit XML results

Usage

The parser should be run on an Azure DevOps pytest-azurepipelines generated XML file, because it searches for the following attributes:

  • "test-case"
    • "methodname"
    • "result"

The Python script requires the following arguments:

  • org: Azure DevOps organization name
  • project: Azure DevOps project name
  • plan: Azure DevOps test plan name
  • suite: Azure DevOps test suite name
  • auth: Azure DevOps personal access token
  • xml: pytest-azurepipelines generated XML file

The test cases should be named in the following format: testcase_<DevOpsID> , i.e. def testcase_123456():

For example:

ads-pytest-parser org project planID suiteID authToken test.xml

The script will then associate the test cases with the test results - for the test cases the outcome will be set.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ads-pytest-parser-0.0.2.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

ads_pytest_parser-0.0.2-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page