Is there any way to stop the stacktrace output when a test throws? It is a ton of output and I only end up needing the head and tail usually of the full output. I looked in the config options and the cli arguments but don't see anything that will turn off just the stacktrace in the output.
I figured this out, I wrote override multimethods for kaocha.report/fail-summary for both :kaocha/fail-type and :error. My AI token bill thanks you for making this relatively painless to override.