Skip to content

fix(web-awesome): restore test-level error display in overview header#696

Merged
baev merged 2 commits into
mainfrom
fix/695-error-message-in-header
Jun 11, 2026
Merged

fix(web-awesome): restore test-level error display in overview header#696
baev merged 2 commits into
mainfrom
fix/695-error-message-in-header

Conversation

@todti

@todti todti commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Restores TrError block at the top of TrOverview, so failed/broken tests show
    their error message prominently before the steps
  • The regression was introduced when error handling moved into the step tree via
    getBodyItems, which removed the top-level display entirely

Closes #695

…#695)

Re-adds TrError block above steps in TrOverview, so failed/broken tests show
their error message prominently in the header area, not only inside the step tree.
Also moves isSubtreeFirstLevelOnlyOpened import to come directly from web-commons
instead of being re-exported through stepTreeExpansion.
@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Allure Report Summary

Name Duration Stats New Flaky Retry Report
Allure 3 Report 35m 58s Passed tests 8438   Skipped tests 15   Unknown tests 27 18 0 0 View
Allure 3 GitHub actions run (2026-06-09T12:40:21.900Z) 35m 58s Passed tests 8438   Skipped tests 15   Unknown tests 27 18 0 0 View
My Dashboard 35m 58s Passed tests 8438   Skipped tests 15   Unknown tests 27 18 0 0 View

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Allure perf metrics

Generated at: 2026-06-09T12:56:48.677Z

Phase Count Total Avg Min Max
restoreState.total 1 2484.4 ms 2484.4 ms 2484.4 ms 2484.4 ms
restoreState.dump 3 2483.8 ms 827.9 ms 783.3 ms 883.7 ms
restoreState.attachments 3 1789.1 ms 596.4 ms 559.1 ms 616.5 ms
restoreState.storeRestore 3 211.9 ms 70.6 ms 55.5 ms 85.1 ms
generate.total 1 626520.1 ms 626520.1 ms 626520.1 ms 626520.1 ms
generate.plugins.done 1 6020.2 ms 6020.2 ms 6020.2 ms 6020.2 ms
publish.upload.total 1 342811.6 ms 342811.6 ms 342811.6 ms 342811.6 ms
summary.generate 2 28.9 ms 14.4 ms 13.4 ms 15.5 ms
generate.plugin.done.agent 1 0.2 ms 0.2 ms 0.2 ms 0.2 ms
generate.plugin.done.awesome 1 4653.2 ms 4653.2 ms 4653.2 ms 4653.2 ms
generate.plugin.done.dashboard 1 679.4 ms 679.4 ms 679.4 ms 679.4 ms
generate.plugin.done.log 1 2.0 ms 2.0 ms 2.0 ms 2.0 ms
generate.plugin.done.testops 1 684.5 ms 684.5 ms 684.5 ms 684.5 ms
publish.upload.plugin.awesome 1 333865.2 ms 333865.2 ms 333865.2 ms 333865.2 ms
publish.upload.plugin.dashboard 1 2005.1 ms 2005.1 ms 2005.1 ms 2005.1 ms

Artifacts: allure-perf-metrics

@baev baev merged commit f8dee79 into main Jun 11, 2026
12 checks passed
@baev baev deleted the fix/695-error-message-in-header branch June 11, 2026 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error message still missing in headline of test view — only visible in steps

3 participants