[arquillian-issues] [JBoss JIRA] (ARQGRA-456) Screenshots made onEveryAction are reported as screenshots made onBefore

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


Juraj Húska created ARQGRA-456:
----------------------------------

             Summary: Screenshots made onEveryAction are reported as screenshots made onBefore
                 Key: ARQGRA-456
                 URL: https://issues.jboss.org/browse/ARQGRA-456
             Project: Arquillian Graphene
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: screenshooter
    Affects Versions: 2.1.0.Alpha1
            Reporter: Juraj Húska


The problem is that {{TakeScreenshotEvent}} is always fired only with {{onBefore}}.

I need to change this phase when appropriate for {{onEveryAction}}.

Possible candidates:
* before injecting into interceptors, [here|https://github.com/arquillian/arquillian-graphene/blob/2.1.x/extension/screenshooter/src/main/java/org/arquillian/extension/recorder/screenshooter/browser/impl/ScreenshotTaker.java#L67]
* in the interceptor itself, somewhere inside this [block|https://github.com/arquillian/arquillian-graphene/blob/2.1.x/extension/screenshooter/src/main/java/org/arquillian/extension/recorder/screenshooter/browser/impl/TakeScreenshotOnEveryActionInterceptor.java#L60].



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



More information about the arquillian-issues mailing list