#Process Control Service Web Interface
##tests invocation commands
npm test -- brief output of full test suite
make test -- brief output of full test suite
make test-long -- details output of full test suite
make test-karma -- brief output of browser sub-suite
make test-karma-long -- details output of browser sub-suite
make test-mocha -- brief output of node sub-suite
make test-mocha-long -- details output of node sub-suite
make test-mocha REPORTER=spec -- details output of node sub-suite