public void observeAfterSuite(@Observes(precedence = Integer.MIN_VALUE) AfterSuite event) {
reporter.get().getLastTestClassReport().setStop(new Date(System.currentTimeMillis()));
reporter.get().getLastTestSuiteReport().setStop(new Date(System.currentTimeMillis()));
exportReportEvent.fire(new ExportReport(reporter.get().getReport()));
}