Description
Describe the solution you'd like
When opening a TestItem
(test case) that has failed, the default tab shown should be the StackTrace
tab instead of the general All Logs
tab. This tab usually contains the most relevant information about the failure (e.g., exceptions, stack traces), and it would save time and effort for QA engineers and developers reviewing test results.
Is your feature request related to a problem? Please describe.
Yes. Currently, when a test fails, ReportPortal opens the general Logs tab by default. This tab often contains all logs including setup steps, debug output, and noise that are not always relevant to the failure itself. As a result, engineers must manually switch to the StackTrace
tab on every failed test, which adds repetitive steps and reduces efficiency during large test investigations.
This is especially inconvenient when analyzing multiple test failures quickly, as it requires extra clicks and slows down defect triage.
Additional context
This feature would help streamline investigation of failed test cases by immediately showing the root cause (e.g., error message or stack trace) — which is what users are primarily looking for in failed cases.