@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}
is anyone using kaocha and reporting to teamcity?
ok problem solved, the code is not publicly available but it's quite simple tbf
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