[arquillian-issues] [JBoss JIRA] (ARQ-995) Allow Arquillian Drone configuration to map java.util.Map for property values

Karel Piwko (JIRA) jira-events at lists.jboss.org
Mon Jun 11 09:29:04 EDT 2012


Karel Piwko created ARQ-995:
-------------------------------

             Summary: Allow Arquillian Drone configuration to map java.util.Map for property values
                 Key: ARQ-995
                 URL: https://issues.jboss.org/browse/ARQ-995
             Project: Arquillian
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
            Reporter: Karel Piwko


When having a bunch of configuration properties, it would be handy to allow remapping of property values to map.

An example:
{code:xml}
<property name="capabilityFoo">bar</property>
<property name="capabilityFooFoo">barbar</property>
{code}

will result into:

Map capability = { foo:bar, fooFoo: barbar }

This will greatly simplify configuration of webdrivers.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list