[arquillian-issues] [JBoss JIRA] (ARQ-1577) Do not start Android container when there is not android browser in webdriver extension specified

Stefan Miklosovic (JIRA) jira-events at lists.jboss.org
Wed Nov 20 10:47:06 EST 2013


Stefan Miklosovic created ARQ-1577:
--------------------------------------

             Summary: Do not start Android container when there is not android browser in webdriver extension specified
                 Key: ARQ-1577
                 URL: https://issues.jboss.org/browse/ARQ-1577
             Project: Arquillian
          Issue Type: Enhancement
      Security Level: Public (Everyone can see)
          Components: Extension - Droidium
    Affects Versions: droidium_1.0.0.Alpha2
            Reporter: Stefan Miklosovic


This is related to ARQ-1509 but it is Droidium specific.

When I do have both Android and JBoss adapter classes on class path and when I want to test on regular desktop browser only (meaning browser property in webdriver extension configuration is not set to "android"), there is no need to start Android container so it should not be started.

The solution is to listen to [https://github.com/arquillian/arquillian-droidium/blob/master/droidium-container/arquillian-droidium-container-spi/src/main/java/org/arquillian/droidium/container/spi/event/DroidiumExtensionConfigured.java|DroidiumExtensionConfigured] - extensions are configured before containers are started so that is time to remove container def from ContainerRegistry so that one will not be started afterwards.

--
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