You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When I tag a test with multiple @TMslinK annotations
And I enable logging to jira/zephyr
Then I expect both test to be logged to jira
Instead both test are not logged to jira
Example code below:
@Test
@TmsLink("ABC-170")
@TmsLink("ABC-177")
public void this_tests_two_tickets_at_once() {
//code
}
Description
When I tag a test with multiple @TMslinK annotations
And I enable logging to jira/zephyr
Then I expect both test to be logged to jira
Instead both test are not logged to jira
Example code below:
To Reproduce
Expected Behaviour
All @TMslinK annotations should be respected and logged to jira
Screenshots
Versions:
Additional Context