2014-08-06 06:29:52 +02:00
|
|
|
---
|
|
|
|
Name: DevelopmentAdmin
|
|
|
|
---
|
|
|
|
DevelopmentAdmin:
|
|
|
|
registered_controllers:
|
|
|
|
build:
|
|
|
|
controller: 'DevBuildController'
|
|
|
|
links:
|
|
|
|
build: 'Build/rebuild this environment. Call this whenever you have updated your project sources'
|
|
|
|
tests:
|
|
|
|
controller: 'TestRunner'
|
|
|
|
links:
|
|
|
|
tests: 'See a list of unit tests to run'
|
|
|
|
'tests/all': 'Run all tests'
|
|
|
|
jstests:
|
|
|
|
controller: 'JSTestRunner'
|
2016-01-06 00:34:58 +01:00
|
|
|
links:
|
2014-08-06 06:29:52 +02:00
|
|
|
jstests: 'See a list of JavaScript tests to run'
|
|
|
|
'jstests/all': 'Run all JavaScript tests'
|
|
|
|
tasks:
|
|
|
|
controller: 'TaskRunner'
|
|
|
|
links:
|
2016-01-06 00:34:58 +01:00
|
|
|
tasks: 'See a list of build tasks to run'
|