-
-
Notifications
You must be signed in to change notification settings - Fork 98
/
tests.edn
18 lines (18 loc) · 1.13 KB
/
tests.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#kaocha/v1
{:tests [{:source-paths ["src/clojure"]
:test-paths ["test/clojure"]}]
:reporter #profile {:ci kaocha.report/documentation
:default kaocha.report/dots}
:plugins [:kaocha.plugin/profiling
:kaocha.plugin/junit-xml
:kaocha.plugin/version-filter]
:kaocha.plugin.randomize/randomize? false
:kaocha.plugin.junit-xml/target-file "test-results/junit.xml"
:bindings {kaocha.stacktrace/*stacktrace-filters* ["clojure.core"
"clojure.lang."
"clojure.main"
"clojure.test$"
"java.lang."
"kaocha."
"lambdaisland."
"orchestra."]}}