TM4J (Zephyr Scale)
Project description
tm4j-reporter
TM4J (Zephyr Scale) Reporter
Help you to update Test Management For Jira (named TM4J or Zephyr Scale) tests status, only need provide automation framework output file. It will use case ID generated by the framework as unique TM4J case name, and will create a new one if there is no the same case name. This method will help you to auto manage automation test case into Jira.
Support automation framework
- robotframework
Example
- Upload results into Zephyr Scale
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Author: v.stone@163.com
from tm4jReporter import Tm4jReporter
rb = Tm4jReporter(
jira_url='https://jira.xxx.com',
jira_user='will',
jira_pass='password',
jira_project='TM4J'
)
rb.robotframework('output.xml')
- Upload results into Zephyr Scale Cycle
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Author: v.stone@163.com
from tm4jReporter import Tm4jReporter
rb = Tm4jReporter(
jira_url='https://jira.xxx.com',
jira_user='will',
jira_pass='password',
jira_project='TM4J'
)
rb.robotframework(
output_xml_file='output.xml',
cycle_key='TM4J-C1'
)
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
tm4jReporter-0.3.0.tar.gz
(6.5 kB
view hashes)
Built Distribution
Close
Hashes for tm4jReporter-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1debbedc76e5770c1b7d56dc4bd20a4d04f873973ffedb281d002feac0c87955 |
|
MD5 | 72285efde8860ef18355d61914a68043 |
|
BLAKE2b-256 | 9ee57798340261cc25c67ab01f3cee855b21fa5ed3fdf4b8fd7f7b5b43f14d90 |