Jira integration - automaticaly create list of RUNS
From the Jira Story view, I want to see RUNS related to the current story.
The same information is present on the TESTS tab, but if you have a lot of tests related to Story it is not easy to use it. Now only present RUNS that were created manually.
@scholokov it's not clear what is the outcome here, are you looking for some kind of latest execution overall statistic for all linked tests?
something like this?
@littlefrontender @trumenov is it possible to make such statistics per each jira ticket?
@poliarush it is not exactly what I want but can also be useful. but in this case need to show not cumulative statistics, but only the "last" result. for example: I have 50 cases
- 10 pass
- 10 skipped
- 20 fail
- not verified
even if they were tested many times
but in this suggestion, I want to get a list of runs on the next tab. for example:
- I have a story
- I wrote 10 cases
- linked cases to story
- cases added to tab "Tests"
- create a run with those cases
- added results to the run
- results added to the tab "Test" to the corresponding cases
- run added to tab "Runs" with corresponding results (not currently implemented - suggestion)
- create another run
- add results to it
- results added to the tab "Test" to the corresponding cases
- run added to tab "Runs" with corresponding results (not currently implemented - suggestion)
backend issue