junit.xml plugin for Kiwi TCMS test case management system
Project description
This package allows you to read junit.xml files and send the results to Kiwi TCMS.
Installation
pip install kiwitcms-junit.xml-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 junit.xml 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-7: [junit.xml] Plan for kiwitcms/junit.xml-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-junit.xml-plugin /path/to/junit.xml
Changelog
v8.0.1 (10 February 2020)
This version works only with Kiwi TCMS v8.0 or later!
Adjust plugin due to API changes in Kiwi TCMS v8.0
Require tcms-api==8.0.1
v0.5 (07 January 2020)
Update junitparser from 1.3.4 to 1.41
v0.4 (20 September 2019)
Update junitparser from 1.3.2 to 1.3.4
Support XML files with <testsuites> root tag (Katalon Studio). Fixes Issue #9
v0.3 (10 April 2019)
Works with Kiwi TCMS v6.7 or newer
Uses new names of API methods
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for kiwitcms-junit.xml-plugin-8.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4921e1f2df197945004ffeb4c1476dcd9797219b8b4422c422cd876c1242d305 |
|
MD5 | 004f3d7f4331e8d9561fd3e2da6e1614 |
|
BLAKE2b-256 | b3dad75da3461cdf7a0fca09d9b031165996b515f154c16420fda3d5493315cb |
Hashes for kiwitcms_junit.xml_plugin-8.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 235309bd9181cebf24e5a5531ad6ca61aa9816461aba77c89e80cb9562b4de43 |
|
MD5 | f377c6f4a7482261d7efd1a1667bb935 |
|
BLAKE2b-256 | bd19cf31e219a6c0009f2e3f2eda9e6a6795e2a7fdabf3738ea098ecef0a86b8 |