Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.1-RC2
-
Fix Version/s: 1.2-M4
-
Component/s: Project infrastructure
-
Labels:None
Description
Seems like Grails interactive allows you to run the set commands but doesn't seem to accept arguments. It'd be even better if it does.
For example, I can run in grails interactive to test specific tests. Currently, it just goes through and tests everyone at once. The system can be used to test even faster so that only the test case (and even test method) in question is touched.
I'm seeing this in the 1.1 release. Interactive mode is great for running tests quickly but it would be great if there was a way to just run one test class.