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
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-0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 136e34b50399ea9b6a67cf569c413cf99477a6a227075043da2b5c0dd6c63d10 |
|
MD5 | 20dd9e0713aa8c7d3911dd41adadbc7d |
|
BLAKE2b-256 | 8248e546aa1462ff1e2596bcc76659e22b718c85c2f5e142886ec13eea2d4395 |
Hashes for kiwitcms_junit.xml_plugin-0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef990d8770dbf0c9a15623089af43082a63fcd36d4d40e5213ef3b7318c0daf9 |
|
MD5 | a877ef98edacb1209317e365846e0e53 |
|
BLAKE2b-256 | 9d1a6486f1d4ce71b432aeb8c7b9e58ee0be73f0a90a79bf25e53624729f0e52 |