else
{
reportManager.startReport(new Date(), testSuite.getName());
}
boolean executionSuccess = testSuite.execute(debug, true);
reportManager.stopReport();
currentTestSuite = null;
return executionSuccess;
}
public static TestSuite getCurrentTestSuite() {