]
Stefan Miklosovic resolved ARQ-1577.
------------------------------------
Resolution: Done
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
Assignee: Stefan Miklosovic
Fix For: droidium_1.0.0.Alpha3
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
[
DroidiumExtensionConfigured|https://github.com/arquillian/arquillian-droi...]
event. It is fired when some Droidium extension is fired. Extensions are configured before
containers are started so that is the right time to remove container def from
ContainerRegistry so that Android container 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: