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
HI,
I'm looking for a nice way to generate a report for all the tests with Jira tickets associated with them
i.e.:
test_one JIRA-234 open
test_two JIRA-342 assigned
test_three JIRA-1 closed
The text was updated successfully, but these errors were encountered:
In the dump_test(item) iterate on the markers looking for the jira issue.
Then populate the info into dictionary with the test-name[arguments] as key and the ticket number and state as values
eventually in pytest_unconfigure(config) hook you should dump the dictionary into json file or any other formatted output
HI,
I'm looking for a nice way to generate a report for all the tests with Jira tickets associated with them
i.e.:
test_one JIRA-234 open
test_two JIRA-342 assigned
test_three JIRA-1 closed
The text was updated successfully, but these errors were encountered: