This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-26
Channels
- # announcements (28)
- # asami (13)
- # babashka (10)
- # beginners (170)
- # boot (1)
- # calva (35)
- # cider (21)
- # circleci (13)
- # clara (6)
- # clj-http (1)
- # clj-kondo (29)
- # cljdoc (5)
- # clojure (89)
- # clojure-czech (2)
- # clojure-europe (20)
- # clojure-france (16)
- # clojure-nl (6)
- # clojure-uk (5)
- # clojurescript (80)
- # community-development (6)
- # conjure (13)
- # cursive (18)
- # datascript (9)
- # datomic (1)
- # duct (1)
- # gratitude (2)
- # helix (7)
- # jobs (2)
- # kaocha (3)
- # lsp (22)
- # malli (5)
- # meander (1)
- # other-languages (34)
- # pathom (18)
- # polylith (24)
- # quil (10)
- # re-frame (5)
- # releases (1)
- # remote-jobs (4)
- # reveal (7)
- # shadow-cljs (8)
- # tools-deps (53)
Hi there, is there a project generator that contains kaocha
as test runner out there?
I would like to repro a bug and feel quite lazy 😄
In case you're still interested, the only one coming to mind is neil
: https://github.com/babashka/neil . That being said, if the default kaocha configuration is okay, you can use it without a tests.edn
or binstub. I believe the following would work:
clojure -A:test -Sdeps '{lambdaisland/kaocha {:mvn/version "1.60.945"}}' -m kaocha.runner
❤️ 1
For any deps.edn projects you can use
clojure -M:test/runner
If you are using https://github.com/practicalli/clojure-deps-edn user level aliases