19. Step
There are two ways to load steps in the configuration:
Command line (long): | --step =stepname |
Command line (short): | -s stepname |
Ant task: | <calabash> <step name=" </calabash> |
Steps loaded on the command line may come from the optional library. They must have
a single
primary input and a single primary output. They are treated as if they appeared sequentially
in
a p:pipeline
.
T.B.D.