shinglyu / moztrap-new-ui

A new frontend UI for MozTrap that levarages on its REST API
10 stars 13 forks source link

[Reports] List of bugs that fail a run or suite #121

Open PeterBylenga opened 9 years ago

PeterBylenga commented 9 years ago

I would like a list of bugs that failed a run, also a list of bugs failing for suite views.

Also how many runs in a row each bug has been failing cases.

shinglyu commented 9 years ago

OK, let's see if I understand it correctly, so there are two charts:

  1. In a run's result page, you want a sub-list of failing cases (kind of like shifting all failing cases to the top), and also how there bugs have been failing in previous runs.
  2. Same as above but for suites.
PeterBylenga commented 9 years ago

That would be useful, but also a unique list of bugs that failed a certain view (Run/Suite).

So if bug a failed 3 cases it would only be represented once in a list.

We currently mock this by utilizing a unique whiteboard tag for each run, and after failing 3 runs change it to a [permafail] tag in bugzilla. It would be better to be able to view this information while viewing the run results, have it all in one place.

shinglyu commented 9 years ago

Ah! I totally miss the point, so it's the bugzilla link in the failed steps. Yeah, we can scan the failed cases and aggregate a list of bugs.

shinglyu commented 9 years ago

bug_url is in StepResult model, need an API endpoint for it.

shinglyu commented 9 years ago

and it has to support result: ALL_WITH_RELATIONS filter.