Skip to main content

Test Anything Protocol (TAP) plugin for Kiwi TCMS test case management system

Project description

PyPI version Travis CI Code coverage Python updates Become a sponsor TP for kiwitcms/tap-plugin (master)

This package allows you to read Test Anything Protocol (TAP) files and send the results to Kiwi TCMS.

Installation

pip install kiwitcms-tap-plugin

Configuration and environment

Minimal config file ~/.tcms.conf:

[tcms]
url = https://tcms.server/xml-rpc/
username = your-username
password = your-password

For more info see tcms-api docs.

This plugin is only concerned with parsing the TAP format and executing tcms-api functions which will create/reuse test cases, test plans and test runs. tcms-api behavior is controlled via environment variables.

For example this is how our own environment looks like:

#!/bin/bash

if [ "$TRAVIS_EVENT_TYPE" == "push" ]; then
    # same as $TRAVIS_TAG when building tags
    export TCMS_PRODUCT_VERSION=$TRAVIS_BRANCH
fi

if [ "$TRAVIS_EVENT_TYPE" == "pull_request" ]; then
    export TCMS_PRODUCT_VERSION="PR-$TRAVIS_PULL_REQUEST"
fi

export TCMS_BUILD="$TRAVIS_BUILD_NUMBER-$(echo $TRAVIS_COMMIT | cut -c1-7)"

Further documentation and behavior specification can be found here.

The above configuration creates a separate TestPlan for each branch, see TP-14: [TAP] Plan for kiwitcms/tap-plugin (master), a separate TestPlan for each pull request (recording possible multiple test runs) and separate TestPlan and TestRun for each tag on GitHub! tcms-api has default behavior for Travis CI and Jenkins and allows endless configuration via environment variables.

Usage

# define environment variables
tcms-tap-plugin /path/to/results.tap

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

kiwitcms-tap-plugin-0.2.tar.gz (17.3 kB view details)

Uploaded Source

Built Distribution

kiwitcms_tap_plugin-0.2-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file kiwitcms-tap-plugin-0.2.tar.gz.

File metadata

  • Download URL: kiwitcms-tap-plugin-0.2.tar.gz
  • Upload date:
  • Size: 17.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.6.3

File hashes

Hashes for kiwitcms-tap-plugin-0.2.tar.gz
Algorithm Hash digest
SHA256 953d8b47b65758228c129e5c4495d5291393e6ec5c8a8414a07e9876baf08040
MD5 45ad761c994a55e431e98fc075d66afa
BLAKE2b-256 1a0a740ca2d7d4f58a516f5b091571f340447b2851dcb8a5007cab477eb62ec4

See more details on using hashes here.

File details

Details for the file kiwitcms_tap_plugin-0.2-py3-none-any.whl.

File metadata

  • Download URL: kiwitcms_tap_plugin-0.2-py3-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.6.3

File hashes

Hashes for kiwitcms_tap_plugin-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 cc7e2849bf80eb5977222c76a79607c8bd5450ae42e77b0744b115e3b47c3f9b
MD5 4f9a6843122440bc17f86cd31d544791
BLAKE2b-256 893179ddb5e9be3c14495c721f1c74d0af89085d305bdc369e3dacbe08181370

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