[arquillian-issues] [JBoss JIRA] (ARQ-1453) Ability to load configuration from arquillian.xml for an extension

Ken Finnigan (JIRA) jira-events at lists.jboss.org
Thu Aug 8 20:11:26 EDT 2013


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

Ken Finnigan updated ARQ-1453:
------------------------------

    Description: 
It would be great for the Core to have the Drone-like ability to load the config present within arquillian.xml.

Then it could be re-used by all arquillian extensions, without a need to have a dependency on Drone, or duplicate the code.

For example, these Drone classes:
https://github.com/arquillian/arquillian-extension-drone/blob/master/drone-spi/src/main/java/org/jboss/arquillian/drone/spi/DroneConfiguration.java
https://github.com/arquillian/arquillian-extension-drone/blob/master/drone-configuration/src/main/java/org/jboss/arquillian/drone/configuration/ConfigurationMapper.java

could then be used like:
https://github.com/richfaces/richfaces/blob/master/build/build-resources/src/main/java/org/richfaces/arquillian/configuration/FundamentalTestConfiguration.java

  was:
It would be great for the Core to have the Drone-like ability to load the config present within arquillian.xml.

Then it could be re-used by all arquillian extensions, without a need to have a dependency on Drone, or duplicate the code.


    
> Ability to load configuration from arquillian.xml for an extension
> ------------------------------------------------------------------
>
>                 Key: ARQ-1453
>                 URL: https://issues.jboss.org/browse/ARQ-1453
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>            Reporter: Ken Finnigan
>
> It would be great for the Core to have the Drone-like ability to load the config present within arquillian.xml.
> Then it could be re-used by all arquillian extensions, without a need to have a dependency on Drone, or duplicate the code.
> For example, these Drone classes:
> https://github.com/arquillian/arquillian-extension-drone/blob/master/drone-spi/src/main/java/org/jboss/arquillian/drone/spi/DroneConfiguration.java
> https://github.com/arquillian/arquillian-extension-drone/blob/master/drone-configuration/src/main/java/org/jboss/arquillian/drone/configuration/ConfigurationMapper.java
> could then be used like:
> https://github.com/richfaces/richfaces/blob/master/build/build-resources/src/main/java/org/richfaces/arquillian/configuration/FundamentalTestConfiguration.java

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