-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests.edn
More file actions
12 lines (12 loc) · 884 Bytes
/
tests.edn
File metadata and controls
12 lines (12 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
#kaocha/v1 {:capture-output? false
:kaocha/fail-fast? false
:plugins [:kaocha.plugin/profiling
:kaocha.plugin/gc-profiling
:kaocha.plugin/print-invocations
:kaocha.plugin/junit-xml]
:kaocha.plugin.junit-xml/target-file "target/junit.xml"
:kaocha.plugin.junit-xml/add-location-metadata? true
:tests [{:id :unit
:kaocha/source-paths ["src"]
:kaocha/test-paths ["test"]
:ns-patterns [".*"]}]}