You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/manual/runtimes-jbang.adoc
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -261,13 +261,13 @@ Feature: EchoTest
261
261
.Run my-test.feature
262
262
[source,shell]
263
263
----
264
-
jbang --deps org.citrusframework.yaks:yaks-standard:0.20.0 citrus run my-test.feature
264
+
jbang --deps org.citrusframework:citrus-cucumber-all:4.9.0-SNAPSHOT citrus run my-test.feature
265
265
----
266
266
267
-
NOTE: Many of the predefined Cucumber steps (e.g. `Then print '<message>'`) in Citrus are provided in a separate Citrus child project called https://github.com/citrusframework/yaks[YAKS].
267
+
NOTE: Many of the predefined Cucumber steps (e.g. `Then print '<message>'`) in Citrus are provided in separate Citrus modules.
268
268
You need to add additional project dependencies for that steps to be loaded as part of the JBang script.
269
269
The `--deps` option adds dependencies using Maven artifact coordinates.
270
-
You may add the additional modules to the `jbang.properties` as described in the next section.
270
+
You may also add the additional modules to the `jbang.properties` as described in the next section.
271
271
272
272
[[runtime-jbang-dependencies]]
273
273
=== Additional JBang dependencies
@@ -304,8 +304,7 @@ The file above adds the modules `citrus-camel`, `citrus-testcontainers` and `cit
304
304
305
305
The `jbang.properties` file may be located right next to the test source file or in your user home directory for global settings.
306
306
307
-
IMPORTANT: In case you want to run Cucumber BDD Gherkin feature files and use the predefined steps included in the https://github.com/citrusframework/yaks[YAKS] project,
308
-
you need to add this YAKS runtime dependency accordingly: `org.citrusframework.yaks:yaks-standard:0.20.0`
307
+
IMPORTANT: In case you want to run Cucumber BDD Gherkin feature files and use the predefined Citrus steps, you need to add this dependency accordingly: `org.citrusframework:citrus-cucumber-all:4.9.0-SNAPSHOT`
0 commit comments