Reputation: 942
I am running Spock tests for unit and functional tests. Awesome library.
I am wondering how to run a specific feature of a Spock Spec from the grails command line.
I know how to run all spock tests or run a specific spec but I don't know how to run a specific feature.
Thanks!
Upvotes: 2
Views: 1032
Reputation: 942
As Peter Niederwieser mentionned in his comment, this isn't possible with Spock. However, the annotation @IgnoreRest
will serve the same purpose. Marking the question answered. Thank you
Upvotes: 3