[arquillian-issues] [JBoss JIRA] (ARQGRA-374) Allow to setup custom URL via arquillian.xml configuration with CustmizableURLResourceProvider

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Thu Sep 12 07:38:03 EDT 2013


     [ https://issues.jboss.org/browse/ARQGRA-374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukáš Fryč updated ARQGRA-374:
------------------------------

    Description: 
{code:xml}
<arquillian>
  <extension name="graphene">
    <property name="url">http://localhost:8080/app/</property>
  </extension>
</arquillian>
{code}

The provider will obtain URL from {{URLResourceProvider}} and use it if no other URL is provided.

Configuring this provider should also block deploying application, since its unnecessary.


  was:
{code:xml}
<arquillian>
  <extension name="graphene">
    <property name="url">http://localhost:8080/app/</property>
  </extension>
</arquillian>
{code}

The provider will obtain URL from {{URLResourceProvider}} and use it if no other URL is provided.


    
> Allow to setup custom URL via arquillian.xml configuration with CustmizableURLResourceProvider
> ----------------------------------------------------------------------------------------------
>
>                 Key: ARQGRA-374
>                 URL: https://issues.jboss.org/browse/ARQGRA-374
>             Project: Arquillian Graphene
>          Issue Type: Feature Request
>            Reporter: Lukáš Fryč
>
> {code:xml}
> <arquillian>
>   <extension name="graphene">
>     <property name="url">http://localhost:8080/app/</property>
>   </extension>
> </arquillian>
> {code}
> The provider will obtain URL from {{URLResourceProvider}} and use it if no other URL is provided.
> Configuring this provider should also block deploying application, since its unnecessary.

--
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