Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 495 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 495 Bytes

Build Status

grails-process-traking

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