]
Juraj Húska commented on ARQ-1829:
----------------------------------
[~smikloso] pointed out that the problem is
[
Reporting ScreenshotEntry with phase == onEveryAction is not
possible
---------------------------------------------------------------------
Key: ARQ-1829
URL:
https://issues.jboss.org/browse/ARQ-1829
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Extension - Recorder
Affects Versions: 1.0.0.Alpha4
Reporter: Juraj Húska
When I have:
{code}
ScreenshotEntry propertyEntry = new ScreenshotEntry();
propertyEntry.setPhase(When.ON_EVERY_ACTION);
...
propertyReportEvent.fire(new PropertyReportEvent(propertyEntry));
{code}
then such a screenshot is not part of the generated report.