-
Type:
New Feature
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.9-rc-1
For example:
gradle test org.foo.MyTests
A use case here would be that a user runs all tests for a project, and notices that one fails. User attempts to fix the problem and wants to quickly re-run that test.
The Grails project built custom support for this functionality in their Gradle build, but it would be nice to have for all users.