Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-995

Allow Arquillian Drone configuration to map java.util.Map for property values

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • drone_1.1.0.CR1
    • None
    • None
    • None

    Description

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

      An example:

      <property name="capabilityFoo">bar</property>
      <property name="capabilityFooFoo">barbar</property>
      

      will result into:

      Map capability =

      { foo:bar, foo.foo: barbar }

      This will greatly simplify configuration of webdrivers.

      Attachments

        Activity

          People

            kpiwko Karel Piwko
            kpiwko Karel Piwko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: