Skip to content

Allure's Issues tag not supported. #3

@SuitGuy

Description

@SuitGuy

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions