File tree 3 files changed +18
-4
lines changed
3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change
1
+ #kaocha/v1
2
+ {:plugins [:kaocha.plugin.alpha/info
3
+ :profiling
4
+ :print-invocations
5
+ :hooks
6
+ :notifier
7
+ :kaocha.plugin/version-filter ]
8
+
9
+ :tests [{:id :bb
10
+ :test-paths [" test/bb" ]}]
11
+
12
+ :kaocha.hooks/pre-load [kaocha.assertions/load-assertions]
13
+
14
+ :kaocha/bindings {kaocha.stacktrace/*stacktrace-filters* []}
15
+
16
+ :reporter kaocha.report/documentation}
Original file line number Diff line number Diff line change 8
8
{:extra-deps {nubank/matcher-combinators {:mvn/version " 3.8.3" }}
9
9
:extra-paths [" test/bb" ]
10
10
:requires ([kaocha.runner])
11
- :task (apply kaocha.runner/-main " bb" *command-line-args*)}}}
11
+ :task (apply kaocha.runner/-main " bb" " --config-file " " bb-tests.edn " *command-line-args*)}}}
Original file line number Diff line number Diff line change 13
13
:type :kaocha.type/cucumber
14
14
:test-paths [" test/shared"
15
15
" test/features" ]
16
- :cucumber/glue-paths [" test/step_definitions" ]}
17
- {:id :bb
18
- :test-paths [" test/bb" ]}]
16
+ :cucumber/glue-paths [" test/step_definitions" ]}]
19
17
20
18
:kaocha.hooks/pre-load [kaocha.assertions/load-assertions]
21
19
You can’t perform that action at this time.
0 commit comments