Fork me on GitHub
#kaocha
<
2021-02-23
>
Marc O'Morain17:02:43

👋 Is there a way to focus on more than one test namespace? I’m trying to run my tests on CircleCI using kaocha, and I want to split my tests across containers, running a subset on each container.

Marc O'Morain17:02:13

I have access to a list of namespace names, and with leiningen I run lein test <list of namespaces>

Marc O'Morain17:02:52

I’m trying to do the same with little success with kaocha, trying ./bin/kaocha --focus n1 --focus ns2

Marc O'Morain17:02:13

facepalm it works as expected - sorry for the noise