Check Ahead
Why you need it?
How it could be?
Currently, when flaky-test is detected, the action-bot will create issues to report flaky-test.
But only the class names of flaky tests will be recorded in the issues.
I’m now adding support for recording specific error messages or links in the issue.
We can catch the console's stdout and stderr to report specific exceptions.
Other related information
sub issue of #7448
@YongGoose