while(true){
updateTestSuiteShape();
Status status = page.status();
Map<String, Description> startedModules = new HashMap<String, Description>();
Map<String, Description> startedTests = new HashMap<String, Description>();
Set<String> failedTests = new HashSet<String>();
Set<String> passedTests = new HashSet<String>();