kaocha

michaelwhitford 2025-03-11T06:20:33.892639Z

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.

michaelwhitford 2025-03-11T15:04:20.139409Z

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.