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