Skip to main content

No project description provided

Project description

Plugin installation

To install this library for use please enter the following command (pypi integration coming soon):

$ pip install git+git://github.com/InbarRose/pytest_xrayjira@master#egg=pytest_xrayjira

To use this plugin

To take advantage of the pytest xrayjira plugin, use markers from pytest to associate a test function with a test key:

import pytest

@pytest.mark.xrayjira(test_key="KEY-12345")
def test_my_function():
    assert True == True

Enable the plugin by passing the extra options to the command line when invoking the pytest runner:

$ pytest . --upload-results-to-jira-xray

It is important that the environment variables XRAY_API_CLIENT_ID and XRAY_API_CLIENT_SECRET are set for pytest_xrayjira to sucessfully post results to the Xray API.

This will create a new test execution which will include all tests that were run.

Maintenance notes

Please make sure that any new releases of the library use an incremented version number from the last. The following guidance is used to properly version bump this library {major}.{minor}.{patch}.

Major versions are increased for any new overall library features or general API breaking changes.

Minor versions are increased for any new features added or implementation changes to existing APIs.

Patch versions are increased for any bug fixes and non-breaking changes.

To automatically bump versions, best to install bump2version, then enter either of the following on the command line:

$ bump2version major

or

$ bump2version minor

or

$ bump2version patch

These commands automatically commits and tags a new version. Make sure to push tags to the server with

$ git push && git push --tags

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

pytest_xrayjira-1.0.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

pytest_xrayjira-1.0-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file pytest_xrayjira-1.0.tar.gz.

File metadata

  • Download URL: pytest_xrayjira-1.0.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2

File hashes

Hashes for pytest_xrayjira-1.0.tar.gz
Algorithm Hash digest
SHA256 79b9e3eefc8f54d779e0f7ea33646c2c40f651630ad9a19ea1d36a9f8b478161
MD5 8a71f03e0dc9f6fbe12cb457e1cb6b80
BLAKE2b-256 71614fa690c671b60e640450ed956ef378e3aa457b8d29100655eb7f000cc074

See more details on using hashes here.

File details

Details for the file pytest_xrayjira-1.0-py3-none-any.whl.

File metadata

  • Download URL: pytest_xrayjira-1.0-py3-none-any.whl
  • Upload date:
  • Size: 7.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2

File hashes

Hashes for pytest_xrayjira-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 50a3e947bf3f48d0aa9144af871e845fd52103e6439e2ac9a502c7c0c349e745
MD5 1dc91d56dec4c43c9a328fdabef03bcf
BLAKE2b-256 9e71fb14f0ac6415d4d71946d848f7f61d39406b55fd66e07e5762f4f8b8469f

See more details on using hashes here.

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