forked from CSCfi/rems
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtests.edn
17 lines (17 loc) · 820 Bytes
/
tests.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#kaocha/v1 {:tests [{:id :unit
:ns-patterns ["rems"]
:test-paths ["src" "test"]
:skip-meta [:browser :integration]}
{:id :browser
:ns-patterns ["rems"]
:test-paths ["src" "test"]
:focus-meta [:browser]}
{:id :integration
:ns-patterns ["rems"]
:test-paths ["src" "test"]
:focus-meta [:integration]}]
:kaocha/reporter kaocha.report.progress/report
:plugins [:kaocha.plugin/print-invocations
:kaocha.plugin/profiling
:kaocha.plugin/junit-xml]
:kaocha.plugin.junit-xml/target-file "target/test-results/kaocha.xml"}