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
}
To Reproduce
Tag a test with multiple @TmsLink annotation
Execute test with logging to jira enabled
Observe jira to confirm logging
Expected Behaviour
All @TmsLink annotations should be respected and logged to jira
Screenshots
NA -
Versions:
Frameworkium-core version: 3.0.0
OS: Windows 7
Browser: Chrome
Version: 73.0.3683.75
Additional Context
NA -
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: