[arquillian-issues] [JBoss JIRA] (ARQGRA-434) Browser screenshooter acts only on @Default Drone

Juraj Húska (JIRA) issues at jboss.org
Thu Apr 24 07:42:34 EDT 2014


     [ https://issues.jboss.org/browse/ARQGRA-434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juraj Húska updated ARQGRA-434:
-------------------------------

    Assignee: Juraj Húska  (was: Stefan Miklosovic)

    
> Browser screenshooter acts only on @Default Drone
> -------------------------------------------------
>
>                 Key: ARQGRA-434
>                 URL: https://issues.jboss.org/browse/ARQGRA-434
>             Project: Arquillian Graphene
>          Issue Type: Bug
>          Components: screenshooter
>    Affects Versions: 2.1-Tracking
>            Reporter: Stefan Miklosovic
>            Assignee: Juraj Húska
>
> Browser screenshooter acts only on Drone instances which do not have any qualifier but @Default since current implementation does this check:
> {code}
> GrapheneContext.getContextFor(Default.class)
> {code}
> This usage prevents user to use screenshooter in multibrowser scenarios like having Android browser and ordinary Firefox browser in one test class since they can (and must) be differentiated by additional qualifier put on @Drone instances.
> Check should be done on instance level and not on qualifier level - meaning we should take context of Drone with ordinary (not mobile) browser which can have any qualifier possible.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the arquillian-issues mailing list