logger.debug("Finished BrowserActions {}.", actions);
// TODO(corysmith): Move this to the ActionRunner?
runData.finish(); // finalizes the rundata collection.
stopWatch.stop("run %s", actions);
if (!exceptions.isEmpty()) {
throw new TestErrors("Failures during test run.", exceptions);
}
return runData;
}