Sunday, January 2, 2011

Cucumber: Running a single feature / scenario


cucumber path/to/file.feature --line 33
or
rake features FEATURE=path/to/file.feature CUCUMBER_OPTS="--line 33"
or in vim
:! cucumber %:33

1 comment:

Roger Pack said...

I had no idea that was possible