ArquillianDescriptor should support configuration of extensions
---------------------------------------------------------------
Key: ARQ-352
URL:
https://issues.jboss.org/browse/ARQ-352
Project: Arquillian
Issue Type: Bug
Reporter: Karel Piwko
Assignee: Karel Piwko
Priority: Minor
Fix For: 1.0.0.Alpha5
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: