-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Description
More of an improvement.
currently the
@Issue("jira ID")works correctly and very well. but occasionally i would like to mark off multiple jira tests with one test.I have some tests that require 2 parts of the system to work together in order to work, if the test is successful i would like it to mark off the results for both of the tests in jira. Allure has the functionality for multiple issue IDs in the form.
@Issues({
@Issue("jiraId 1"),
@Issue("jiraid 2")
})when you then perform the getAnnotation(Issues.class).value() this will return an array of Issue objects that you can iterate over to update Jira. from what i can see, a small edit to the ZapiListener class would make this possible.
Metadata
Metadata
Assignees
Labels
No labels