Currently: an error message will be displayed in stdout if my test fails on the last retry attempt, the error message will only provide details to the last retry attempt and the reason for its failure (not the previous attempts).
What I want: If the test fails on the first attempt I want to know why, even if it passes on the next attempt. I want the the information as to why the first attempt failed to be logged to my stdout console window.