kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
glenjamin 2020-11-16T20:55:08.079400Z

👋 is there a way to make kaocha do different things based on the presence of an environment variable? I’m trying to make CI=true magically enable junit output (not because i really need to, but i started poking at config and now i want to know)

glenjamin 2020-11-16T20:55:59.079700Z

oh, i’ve just seen the bit about profiles

glenjamin 2020-11-16T20:57:05.080200Z

i’d read the Aero docs, but it wasn’t clear that CI=true would enable the :ci profile.