Skip to content

List failed tests in test summary - #70

Merged
denniskuijs merged 2 commits into
mainfrom
test-summary
Jul 31, 2026
Merged

List failed tests in test summary#70
denniskuijs merged 2 commits into
mainfrom
test-summary

Conversation

@wborn

@wborn wborn commented Jul 30, 2026

Copy link
Copy Markdown
Member

Description

Collect failed test names in TestSummaryListener and print them at the end of each test task. Use a synchronized collection because tests may execute in parallel, and sort the failures to keep the output deterministic.

Similar to openremote/openremote#3118

Checklist

  • 1. Acceptance criteria of the linked issue(s) are met
  • 2. Tests are written and all tests pass
  • 3. Changes are manually tested by you and the reviewer
  • 4. Documentation is written or updated

Collect failed test names in `TestSummaryListener` and print them at the end of each test task. Use a synchronized collection because tests may execute in parallel, and sort the failures to keep the output deterministic.

Similar to openremote/openremote#3118
@wborn
wborn requested a review from a team July 30, 2026 08:05
@wborn
wborn marked this pull request as ready for review July 30, 2026 08:05
@denniskuijs
denniskuijs merged commit e408736 into main Jul 31, 2026
1 check passed
@denniskuijs
denniskuijs deleted the test-summary branch July 31, 2026 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants