Continuous integration of totoro.
[
{
"group": "Arale",
"name": "base",
"runner": "http://aralejs.org/base/tests/runner.html"
"email": "[email protected]"
},
{
"group": "Arale",
"name": "class",
"runner": "http://aralejs.org/class/tests/runner.html"
"email": ["[email protected]", "[email protected]"]
}
]
{
"group": "Arale",
"notice": 1, // undefined: notice when test finished
// 0: notice when test succeeded
// 1: notice when test failed
"tests": [
{
"name": "base",
"runner": "http://aralejs.org/base/tests/runner.html"
"email": "[email protected]"
},
{
"name": "class",
"runner": "http://aralejs.org/class/tests/runner.html"
"email": ["[email protected]", "[email protected]"]
}
]
}