[arquillian-issues] [JBoss JIRA] (ARQ-1829) Reporting ScreenshotEntry with phase == onEveryAction is not possible

Juraj Húska (JIRA) issues at jboss.org
Wed Jul 30 05:30:29 EDT 2014


Juraj Húska created ARQ-1829:
--------------------------------

             Summary: 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.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)



More information about the arquillian-issues mailing list