long start = System.currentTimeMillis();
response.setContentType("text/html;charset=utf-8");
response.getWriter().print(
"<style>.ok {color:green} .fail {color:red} .ignore {color:orange} pre {margin-left: 24px}</style>");
runner.run(notifier);
response.setStatus(HttpServletResponse.SC_OK);
response.getWriter().println("<br>Finished in " + ((System.currentTimeMillis() - start) / 1000.0) + " seconds.");
baseRequest.setHandled(true);