grails-cucumber
grails-cucumber copied to clipboard
run only specific feature/scenario
support grails test-app :cucumber book.feature:7
to run only specific features/scenarios.
dito for --tags
and --name
- handles @tags since 0.6.0
- handles dir/file:line since 0.8.0
-
-name
is not yet supported