[arquillian-issues] [JBoss JIRA] Created: (ARQ-352) ArquillianDescriptor should support configuration of extensions

Karel Piwko (JIRA) jira-events at lists.jboss.org
Mon Jan 3 12:46:17 EST 2011


ArquillianDescriptor should support configuration of extensions
---------------------------------------------------------------

                 Key: ARQ-352
                 URL: https://issues.jboss.org/browse/ARQ-352
             Project: Arquillian
          Issue Type: Bug
    Affects Versions: 1.0.0.Beta1
            Reporter: Karel Piwko
            Assignee: Karel Piwko
             Fix For: 1.0.0.Beta1


ArquillianDescriptor should provide a way how to configure extensions. This should be done in the same manner as for containers, protocols and groups.

E.g.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<arquillian>
  <extension qualifier="selenium">
    <configuration>
      <property name="speed">5000</property>      
    </configuration>
  </extension>
</arquillian>

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list