We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6478ea3 commit 7881a42Copy full SHA for 7881a42
CHANGELOG.org
@@ -1,6 +1,8 @@
1
#+TITLE: Changelog
2
3
* Unreleased
4
+** Added
5
+*** `:test/run-all` kaocha runner with `:fail-fast false` to run all tests regardless of failing tests
6
7
* 2023-06-11
8
** Updated
deps.edn
@@ -631,6 +631,14 @@
631
:exec-args {:randomize? false
632
:fail-fast? true}}
633
634
+ :test/run-all
635
+ {:extra-paths ["test"]
636
+ :extra-deps {lambdaisland/kaocha {:mvn/version "1.84.1335"}}
637
+ :main-opts ["--main" "kaocha.runner"]
638
+ :exec-fn kaocha.runner/exec-fn
639
+ :exec-args {:randomize? false
640
+ :fail-fast? false}}
641
+
642
;; Kaocha test runner in watch mode
643
;; clojure -X:test/watch
644
:test/watch
0 commit comments