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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tm4jReporter-0.3.0.tar.gz.
File metadata
- Download URL: tm4jReporter-0.3.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b1975c880d7e80e8e43f7e15ed86114756a88430d18c3dfd141dd44b874673c
|
|
| MD5 |
9eb85fc58b1495d7755ac62b2b28c3ca
|
|
| BLAKE2b-256 |
40a8437a8f071c9a66002379efd3f9eb84b897df09975a0819db4b4d8769a67b
|
File details
Details for the file tm4jReporter-0.3.0-py3-none-any.whl.
File metadata
- Download URL: tm4jReporter-0.3.0-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1debbedc76e5770c1b7d56dc4bd20a4d04f873973ffedb281d002feac0c87955
|
|
| MD5 |
72285efde8860ef18355d61914a68043
|
|
| BLAKE2b-256 |
9ee57798340261cc25c67ab01f3cee855b21fa5ed3fdf4b8fd7f7b5b43f14d90
|