A grails plugin for tracking and storing the status of an applications processes.
Running unit tests:
test-app :unit //Non spock unit tests
test-app :unit :spock //Both spock and standard unit tests
Running Integration Tests:
test-app :integration --echoOut
Running all spock tests
test-app :spock
