[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 06:48:31 EDT 2014


    [ https://issues.jboss.org/browse/ARQ-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988906#comment-12988906 ] 

Juraj Húska commented on ARQ-1829:
----------------------------------

[~smikloso] pointed out that the problem is [here|https://github.com/arquillian/arquillian-recorder/blob/master/arquillian-recorder-reporter/arquillian-recorder-reporter-api/src/main/resources/arquillian_reporter_templates/en/arquillian_reporter_template.xsl#L271-L301].

> 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