mandoline
- delete Cucumber features/scenarios by tag
mandoline
-t
|--tags
tag[,tag...] path [path...]
gem install mandoline
Given a tag or comma-separated list of tags (e.g. foo,bar
) and a list of Cucumber feature file paths, mandoline will:
@foo
or @bar
at the top@foo
or @bar
on the preceding line-t <tags>
, --tags <tags>
Comma-separated list of tags to filter by.
<path>
One or more feature file paths. If a single argument is given, and it is a directory, it is recursively scanned for .feature
files.
Report bugs and find great salad recipes at the Github page.
Copyright 2012 by Aanand Prasad under the MIT license (see the LICENSE file).