Get list of failed targets from runs_per_test #19627
Unanswered
Yusup-Badiev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to do am analysis of flaky tests and am using runs_per_test=30, I would like to get a list of targets that failed as a python list of strings, I can write a parser to parse the human readable output summary at the bottom of runs_per_test but I was wondering if there is any way to get it with other commadline args. maybe something like --runs_per_test_summary=list_targets, that would be great!. Does anyone know if something like that is possible?
Beta Was this translation helpful? Give feedback.
All reactions