Skip to content

Commit

Permalink
[docs] Fix name of task used to debug stories
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Jan 6, 2025
1 parent a9d8828 commit 558d8a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/commons/pages/cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ The task runs test stories based on current xref:configuration:tests-configurati
on the file system:

:task-name: runStories

include::partial$stories-exec.adoc[]

== Debug stories

The task runs test stories omitting VIVIDUS initialization check based on current xref:configuration:tests-configuration.adoc[tests configuration]
and tests state on the file system.

include::partial$stories-exec.adoc[task-name=debugStories]
:task-name: debugStories
include::partial$stories-exec.adoc[]

== Print available steps

Expand Down

0 comments on commit 558d8a4

Please sign in to comment.