File tree 1 file changed +19
-18
lines changed
1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change 1
1
#kaocha/v1
2
- {:plugins [:kaocha.plugin.alpha/info
3
- :profiling
4
- :print-invocations
5
- :hooks
6
- :notifier
7
- :kaocha.plugin/version-filter ]
2
+ {:plugins [:kaocha.plugin.alpha/info
3
+ :profiling
4
+ :print-invocations
5
+ :hooks
6
+ :notifier
7
+ :kaocha.plugin/version-filter ]
8
8
9
- :tests [{:id :unit
10
- :test-paths [" test/shared"
11
- " test/unit" ]}
12
- {:id :integration
13
- :type :kaocha.type/cucumber
14
- :test-paths [" test/shared"
15
- " test/features" ]
16
- :cucumber/glue-paths [" test/step_definitions" ]}]
9
+ :tests [{:id :unit
10
+ :test-paths [" test/shared"
11
+ " test/unit" ]}
12
+ {:id :integration
13
+ :type :kaocha.type/cucumber
14
+ :test-paths [" test/shared"
15
+ " test/features" ]
16
+ :cucumber/glue-paths [" test/step_definitions" ]
17
+ :kaocha.filter/skip [plugins.notifier-plugin/enabling-desktop-notifications]}]
17
18
18
- :kaocha.hooks/pre-load [kaocha.assertions/load-assertions]
19
+ :kaocha.hooks/pre-load [kaocha.assertions/load-assertions]
19
20
20
- :kaocha/bindings {kaocha.stacktrace/*stacktrace-filters* []
21
- kaocha.stacktrace/*stacktrace-stop-list* []}
21
+ :kaocha/bindings {kaocha.stacktrace/*stacktrace-filters* []
22
+ kaocha.stacktrace/*stacktrace-stop-list* []}
22
23
23
- :reporter kaocha.report/documentation}
24
+ :reporter kaocha.report/documentation}
You can’t perform that action at this time.
0 commit comments