-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtests.edn
11 lines (11 loc) · 898 Bytes
/
tests.edn
1
2
3
4
5
6
7
8
9
10
11
#kaocha/v1
{:reporter #profile {:default kaocha.report/dots
:ci kaocha.report/documentation}
:color? #profile {:default true :ci false}
:plugins #profile {:default []
:ci [:kaocha.plugin/print-invocations
:kaocha.plugin/profiling
:kaocha.plugin/junit-xml]}
:kaocha.plugin.profiling/count 10
:kaocha.plugin.junit-xml/target-file "reports/junit.xml"
:kaocha.plugin.junit-xml/add-location-metadata? true}