Compare CI/CD workflow results across multiple runs #2444
Closed
purva-thakre
started this conversation in
General
Replies: 1 comment 1 reply
-
I think given the frequency with which we have flaky tests pop up don't quite warrant an automated system that we then have to maintain.
I agree, especially given the accessibility concerns surrounding screenshots full of text. IMO a good way of logging these is to open an issue with
IMO that's a good recipe, and relatively simple to put together when a flaky issue arises. WDYT? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Based on the behaviors in #2442 and #2431, do we want to add a workflow that logs the results after each run and compares them?
Flaky tests are a given due to some of the unit tests utilizing randomly generated data. The current method of logging through screenshots is not ideal.
Rerunning the unit tests until they all pass is also not the best solution.
Beta Was this translation helpful? Give feedback.
All reactions