Skip to main content

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.

Org Author License python PyPI Ref

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)

Uploaded Source

Built Distribution

tm4jReporter-0.3.0-py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 3

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