]
Lukáš Fryč updated ARQGRA-374:
------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 2.1.0.Alpha2
(was: 2.1-Tracking)
Resolution: Done
Allow to setup custom Location URL via arquillian.xml configuration
with CustomizableURLResourceProvider
--------------------------------------------------------------------------------------------------------
Key: ARQGRA-374
URL:
https://issues.jboss.org/browse/ARQGRA-374
Project: Arquillian Graphene
Issue Type: Feature Request
Reporter: Lukáš Fryč
Assignee: Stefan Miklosovic
Fix For: 2.1.0.Alpha2
{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.