]
Stefan Miklosovic updated ARQ-1829:
-----------------------------------
Affects Version/s: recorder_1.0.0.Alpha4
(was: 1.0.0.Alpha4)
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: recorder_1.0.0.Alpha4
Reporter: Juraj Húska
Assignee: 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.