app icon indicating copy to clipboard operation
app copied to clipboard

Jira integration - automaticaly create list of RUNS

Open scholokov opened this issue 1 year ago • 5 comments

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.

image

scholokov avatar Feb 12 '24 11:02 scholokov

@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?

2024-02-12_23 39 07@2x

something like this?

poliarush avatar Feb 12 '24 22:02 poliarush

@littlefrontender @trumenov is it possible to make such statistics per each jira ticket?

poliarush avatar Feb 12 '24 22:02 poliarush

@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

scholokov avatar Feb 13 '24 06:02 scholokov

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)

scholokov avatar Feb 13 '24 06:02 scholokov

backend issue

littlefrontender avatar Jun 17 '24 13:06 littlefrontender