{ "StartingHP": 100, "Deadline": "1h0m0s", "OneErrorPerLine": true, "Includes": [ "^.*.cpp$", "^.*.hpp$", "^.*.json$" ], "Processes": { "tester1": { "Command": "make", "Args": ["build"] } }, "Triggers": [ "^(?.*?):(?[0-9]+):(?[0-9]+):\\s*(?.*):\\s*(?.*)", "^(?.*?):(?[0-9]+):(?[0-9]+):\\s*(?.*)" ] }