You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
Acceptance criteria:
Known limitations: