File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#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 ]
88
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]}]
1718
18- :kaocha.hooks/pre-load [kaocha.assertions/load-assertions]
19+ :kaocha.hooks/pre-load [kaocha.assertions/load-assertions]
1920
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* []}
2223
23- :reporter kaocha.report/documentation}
24+ :reporter kaocha.report/documentation}
You can’t perform that action at this time.
0 commit comments