Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JIRA logging does not work when a test is tagged with multiple TmsLink annotation #143

Open
Mjl33 opened this issue Aug 14, 2019 · 0 comments
Labels

Comments

@Mjl33
Copy link
Member

Mjl33 commented Aug 14, 2019

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

  1. Tag a test with multiple @TmsLink annotation
  2. Execute test with logging to jira enabled
  3. 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 -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant