Skip to content

Commit c6f365f

Browse files
committed
Move bb tests to own file
1 parent 2624bda commit c6f365f

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

bb-tests.edn

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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}

bb.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
{:extra-deps {nubank/matcher-combinators {:mvn/version "3.8.3"}}
99
:extra-paths ["test/bb"]
1010
: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*)}}}

tests.edn

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
:type :kaocha.type/cucumber
1414
:test-paths ["test/shared"
1515
"test/features"]
16-
:cucumber/glue-paths ["test/step_definitions"]}
17-
{:id :bb
18-
:test-paths ["test/bb"]}]
16+
:cucumber/glue-paths ["test/step_definitions"]}]
1917

2018
:kaocha.hooks/pre-load [kaocha.assertions/load-assertions]
2119

0 commit comments

Comments
 (0)