Where are stored the failed tests ?
Everything is in the title. We have many failing tests (200) and i'd like to group them by exception type before assigning them to developers in my team. I've looked in the failed_tests_output table in the database schema but it's empty...
Please sign in to leave a comment.
Are the failing tests still stored in the database ?
Hello,
In the database we store only information about test status in particular build (test_info table).
The actual stacktrace and test output are stored in the build log.
To obtain information about tests for a particular build, use methods SBuild.getBuildStatistics
Hope this helps,
KIR