Fork me on GitHub
#kaocha
<
2019-07-25
>
rickmoynihan09:07:11

how do you focus on test ids defined in tests.edn? The docs don’t seem to have an example on how to do it

rickmoynihan09:07:05

ok looks like even though :id is a keyword, you need to not keywordize the form on the command line.

4
rickmoynihan09:07:38

i.e. ./bin/kaocha --focus my-id not ./bin/kaocha --focus :my-id TBF the docs do state you pass a SYM, but ns/vars are symbols and the :ids keywords so it could benefit from some clarification here.

4