14. Parameter

There are three ways to specify a parameter in the configuration:

Command line (long): --with-param port@name=value
Command line (short): -pport@name=value
XML configuration: <cc:with-param port="portname" name="paramname" value="string"/>
Ant task: <calabash> <parameter port="portname" name="paramname" value="string" /> </calabash>

All parameters specified will be bound to either the specified parameter input port or the the primary parameter input port if no explicit port is specified.

If the name attribute contains an at sign, the port specification must be given explicitly. To specify the primary parameter input port explicitly, write "*" as the port.