-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathtests.edn
More file actions
24 lines (20 loc) · 869 Bytes
/
tests.edn
File metadata and controls
24 lines (20 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#kaocha/v1
{:plugins [:kaocha.plugin.alpha/info
:profiling
:print-invocations
:hooks
:notifier
:kaocha.plugin/version-filter]
:tests [{:id :unit
:test-paths ["test/shared"
"test/unit"]}
{:id :integration
:type :kaocha.type/cucumber
:test-paths ["test/shared"
"test/features"]
:cucumber/glue-paths ["test/step_definitions"]
:kaocha.filter/skip [plugins.notifier-plugin/enabling-desktop-notifications]}]
:kaocha.hooks/pre-load [kaocha.assertions/load-assertions]
:kaocha/bindings {kaocha.stacktrace/*stacktrace-filters* []
kaocha.stacktrace/*stacktrace-stop-list* []}
:reporter kaocha.report/documentation}