Template resultTemplate = TemplateLoader.load("TestRunner/selenium-results.html");
Map<String, Object> options = new HashMap<String, Object>();
options.put("test", test);
options.put("table", table);
options.put("result", result);
String rf = resultTemplate.render(options);
IO.writeContent(rf, testResults);
renderText("done");
}
public static void mockEmail(String by) {