]
Stefan Miklosovic commented on ARQGRA-425:
------------------------------------------
I can look into this as I do ARQGRA-408.
Allow @Location with relative URL when there is no deployment
-------------------------------------------------------------
Key: ARQGRA-425
URL:
https://issues.jboss.org/browse/ARQGRA-425
Project: Arquillian Graphene
Issue Type: Feature Request
Components: core
Affects Versions: 2.0.1.Final
Reporter: Juraj Húska
Fix For: 2.1-Tracking
There are some use cases when there is no {{@Deployment}} method, and we still need to
treat {{URL}} in {{@Location}} as relative.
E.g. we are testing an application already deployed somewhere, but still the context root
of the application can change, and we do not want to hardcode it.
As [~kpiwko] suggested, we can support his in Graphene like this:
# wrap
{{org.jboss.arquillian.container.test.impl.enricher.resource.URLResourceProvider}}
# make it returns some default value of {{contextRoot}} if the {{contextRoot}} is null
# make that value configurable via Graphene configuration
--
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: