telekom / testerra-xray-connector

testerra-xray-connector is used for synchronizing test results with Xray plugin for Atlassian Jira.
Apache License 2.0
4 stars 1 forks source link

automatic TestSet and xTest creation #5

Closed radzimir closed 2 years ago

radzimir commented 3 years ago

Please add optional functionality for automatic creation of "Test Set" and "xTest" issues in Jira. For every test class annotated with @XrayTestSet a "Test Set" should be created if missing. For every test method annotated with @Test a "xTest" should be created if missing, then added to corresponding “Test Set”. If xTest was found, should be only added to “Test Set”. After test run, every xTest in "Test Set" that wasn't updated (wasn't seen in @XrayTestSet) should be removed from "Test Set". If test isn’t used anymore, it should be tagged as obsolete - such tests could be removed manually some day when Jira allows that functionality.

Automatic removal of "Test Set" should not be implemented.

mreiche commented 3 years ago

Final requirements:

Risks:

Postponed requirements: