Fork me on GitHub
#kaocha
<
2020-04-25
>
plexus09:04:49

@jmayaalv what does it look like with the default reporter? that doesn't look like there are any failing tests.

jmayaalv11:04:06

@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}

plexus11:04:39

use kaocha.report.progress/report

jmayaalv11:04:10

yep, that was it 🙂 . sorry and thanks a lot for the help