-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests.edn
More file actions
17 lines (17 loc) · 1.34 KB
/
tests.edn
File metadata and controls
17 lines (17 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#kaocha/v1
{:tests [{:kaocha.filter/skip ["provisdom.math.integrals-test"]}]
: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/hooks]}
:kaocha.hooks/config [provisdom.test.kaocha-timeout/config-hook]
:kaocha.hooks/wrap-run [provisdom.test.kaocha-timeout/wrap-run-hook]
:kaocha.hooks/post-test [provisdom.test.kaocha-timeout/post-test-hook]
:kaocha.plugin.profiling/count 10
:kaocha.plugin.junit-xml/target-file "reports/junit.xml"
:kaocha.plugin.junit-xml/add-location-metadata? true
:provisdom.test.kaocha-timeout/timeout-seconds 100}