Skip to content

A nose2 test runner plugin to deal with jira bugtracker

License

Notifications You must be signed in to change notification settings

artragis/nose2-jira-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6a22b3b · Dec 8, 2017

History

32 Commits
Nov 17, 2017
Dec 8, 2017
Nov 14, 2017
Nov 24, 2017
Oct 27, 2017
Oct 27, 2017
Nov 24, 2017
Nov 24, 2017
Oct 27, 2017
Nov 24, 2017
Nov 24, 2017
Nov 13, 2017

Repository files navigation

Codacy Badge Documentation Status License: MIT Build Status PyPI version

nose2-jira-plugin

A nose2 test runner plugin to deal with jira bugtracker

Quick start

Just install it with pip

pip install nose2-jira-plugin

Then add this configuration to your unittest.cfg or nose2.cfg

[jira]
actions = failed,In Qualification,write_failure_and_back_in_dev
          passed,In Qualification,write_success_comment
always-on = True
auth = basic
mnemonics = PROJ
password = password
regression_file = jira_regression.md
reporting_threads = 1
server = https://jira.com
user = user