Skip to content

Reduce low-verbosity runner noise and improve test summaries#17

Open
stringintech wants to merge 3 commits into
mainfrom
less-output-noise
Open

Reduce low-verbosity runner noise and improve test summaries#17
stringintech wants to merge 3 commits into
mainfrom
less-output-noise

Conversation

@stringintech

@stringintech stringintech commented May 24, 2026

Copy link
Copy Markdown
Owner

Addresses #15. Details included in commit descriptions.

@stringintech stringintech linked an issue May 24, 2026 that may be closed by this pull request
This adds skipped counts to suite and total summaries, prints clear timeout messages when remaining suites or test cases are skipped, and makes skipped tests cause a non-zero exit because not all tests completed successfully.
This changes output behavior by verbosity level:
- quiet: print nothing for suites with no failures
- on-failure (-v): print the suite summary, but hide passed test cases
- always (-vv): print full suite and test output like before
Print each failed test case as '<suite-file> <test-case-id> (<test-case-description>)' above the total summary section in all verbosity modes.
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.

Test verbosity in output

1 participant