Fork me on GitHub
#kaocha
<
2020-11-17
>
practicalli-johnny04:11:13

@glenjamin use #profile to determine when something runs on the CI

;; Use color output, unless in CI environment
:kaocha/color? #profile {:default true
                          :ci      false}

 ;; Run tests of file changes, unless running in CI server
 :kaocha/watch #profile {:default true :ci false}

andrea.crotti14:11:33

is anyone using kaocha and reporting to teamcity?

andrea.crotti15:11:35

ok problem solved, the code is not publicly available but it's quite simple tbf

andrea.crotti14:11:16

we are using https://github.com/omartell/lein-teamcity-report so if I want to try to migrate to kaocha a few projects I'll just need to use something like that