Open PeterBylenga opened 9 years ago
OK, let's see if I understand it correctly, so there are two charts:
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.
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.
bug_url
is in StepResult
model, need an API endpoint for it.
and it has to support result: ALL_WITH_RELATIONS
filter.
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.