@jmayaalv what does it look like with the default reporter? that doesn't look like there are any failing tests.
@plexus this is the output with the default reporter
Warning: implicit hook found: lein-cprop.plugin/hooks
Hooks are deprecated and will be removed in a future version.
[(....................................)(.)(.........)(....................)(..)(....................)(.......................................)(FFFFF)(........)(.)(...................................)(..............F)(...........................F)(....)(.........................)(.)(..)(...)(........)(...F......F....F....F...F...FFFFF...FFFFFFFFF......F...F......FFF...F...F...................................................................)(.)(............................)
the progress reporter goes to red when printing (that’s why i see there are errors)
this is is my config
#kaocha/v1
{:tests
[{:id :edge
:skip-meta [:slow :unstable]}
]
:kaocha/reporter [kaocha.report.progress/progress]
:kaocha/capture-output? false
:kaocha/color? true
:kaocha/fail-fast? false
:kaocha.plugin.profiling/count 3
:kaocha.plugin.profiling/profiling? true
:kaocha.plugin.randomize/randomize? true}
use kaocha.report.progress/report
yep, that was it 🙂 . sorry and thanks a lot for the help