[arquillian-issues] [JBoss JIRA] (ARQ-1207) Support arquillian. prefix in configuration properties

Dan Allen (JIRA) jira-events at lists.jboss.org
Tue Nov 20 13:29:21 EST 2012


Dan Allen created ARQ-1207:
------------------------------

             Summary: Support arquillian. prefix in configuration properties
                 Key: ARQ-1207
                 URL: https://issues.jboss.org/browse/ARQ-1207
             Project: Arquillian
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Configuration
    Affects Versions: 1.0.3.Final
            Reporter: Dan Allen
            Priority: Minor


Story:

*In order to* have more readable and intuitive property names
*As a* tester
*I want to* be able to use the arquillian. prefix to configure properties in the arquillian.properties file

Scenario:

*Given* that I define a property in arquillian.properties which uses the prefix arquillian. instead of arq.
*When* Arquillian loads the configuration
*Then* the property should be recognized

Rationale:

The arq. prefix may be convenient for some, but to newcomers it's cryptic. We should support both the shorthand (arq.) and the full prefix (arquillian.) when loading properties.

Since the property matches are done using regular expressions, it should not be hard to add support for both prefixes.

I also recommend allowing extension to be abbreviated "ext". Thus, to configure webdriver, I could use any of these property declarations:

{code}
arquillian.extension.webdriver.browserCapabilities=firefox
arquillian.ext.webdriver.remoteReusable=true
arq.ext.webdriver.remoteAddress=http://127.0.0.1:4444/wd/hub/
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list