Skip to content

dashboard: Indicate if a test was rerun #8

@sprt

Description

@sprt

Context:
Sometimes a nightly/PR workflow is rerun manually (because some test may be flaky and a retry may succeed). In the dashboard we want to display this info, and not just show the latest run.

Challenges:

  • The API might not let us fetch that data, TBD.

Acceptance criteria:

  • Ideally, in the UI instead of showing one ✅ or ❌, we show as many icons as there were runs of that specific test
    • For example, 2 failures and 1 success = ❌❌✅
    • Note: it could be that the entire testsuite is rerun, or that only one or a few specific tests are rerun, make sure you handle all cases

Known limitations:

  • We're still only fetching the data every 24 hours, so the data may still be stale. This is OK, as long as we're capturing ALL previous runs whenever data fetching happens.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    P1

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions