propertyEntry.setSize(Long.toString(screenshot.getResource().length()));
propertyEntry.setWidth(screenshot.getWidth());
propertyEntry.setHeight(screenshot.getHeight());
propertyEntry.setPhase(When.IN_TEST);
reportEvent.fire(new PropertyReportEvent(propertyEntry));
}
}
register.invalidateScreenshots();
}