Sunday, July 3, 2011

Running multiple tags for Cucumber

If you want to run multiple tags at once, run something like this:
cucumber -t @a,@b
Note that there should be no space after the comma.  The sole separator is the comma.

See this site for more info.

1 comment:

Please be considerate in what you say.