Skip to main content

pytest plugin to integrate tests with JIRA XRAY

Project description

pytest-jira-xray

PyPi

pytest-jira-xray is a plugin for pytest that uploads test results to JIRA XRAY.

Installation

pip install pytest-jira-xray

or

python setup.py install

Usage

Mark a test with JIRA XRAY test ID

# -- FILE: test_example.py
import pytest

@pytest.mark.xray('JIRA-1')
def test_one():
    assert True

Set system environment:

export XRAY_API_BASE_URL=<jira URL>
export XRAY_API_USER=<jria username>
export XRAY_API_PASSWORD=<user password>

Upload results to new test execution:

pytest . --jira-xray

Upload results to existing test execution:

pytest . --jira-xray --execution TestExecutionId

Upload results to existing test plan (new test execution will be created):

pytest . --jira-xray --testplan TestPlanId

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pytest_jira_xray-0.1.1-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file pytest_jira_xray-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: pytest_jira_xray-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 9.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7

File hashes

Hashes for pytest_jira_xray-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7d3b2873717383d3aac7fbc278589bf2e79272c224af7c16bb2494e2a73260e4
MD5 fb52cae8992c4f97930b80312fcc0829
BLAKE2b-256 57fd0c98facdc6ce7deb5f0b51a282c0a713a26cee0f6187bd7594f844d3ba13

See more details on using hashes here.

Supported by

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