This message was deleted.
# develocity
s
This message was deleted.
z
prior failure did not seem to trigger keeping that output
r
Retry in this context refers to the test retry Gradle plugin
n
yes, exactly, its a previous test case failure, not previous build failure and it is in the context of the test-retry plugin.
r
Gradle Enterprise stores test history, but what you’re looking for is test output. I don’t think this is configurable. You can find the test task output in the console log though (by searching for the task in the console log section of the build scan). That might have what you’re looking for
e
Unfortunately the "console log" section is unlikely to have what you want here. As you've no doubt learned, Gradle Enterprise does not store test output for any
PASSED
execution, and cannot be configured to do so right now. I understand this use case, though, and I'll discuss future options with the team.