rhevm-qe-automation / pytest_jira

py.test plugin to integrate with JIRA
GNU General Public License v2.0
29 stars 25 forks source link

What does this do? #2

Closed msabramo closed 9 years ago

msabramo commented 9 years ago

Sounds interesting, but it's not clear from the description what I get out of this?

If I mark my tests with Jira issue ids and then run py.test --jira, what happens? Does it log a comment to Jira for every test run? Does it close the issue when the test passes?

jlaska commented 9 years ago

Greetings @msabramo. The intent for this plugin was to link tests with Jira tickets. The plugin behaves similar to the pytest-bugzilla plugin.

If the test fails ..

If the test passed ...

The plugin does not close Jira tickets, or create them. It just allows you to link tests to existing tickets.