* @param testClass the class containing the tests to run.
* @throws InitializationError if something goes wrong when creating this runner.
*/
public GUITestRunner(Class<?> testClass) throws InitializationError {
super(testClass);
screenshotTaker = new FailureScreenshotTaker(new ImageFolderCreator().createImageFolder());
}