Expression resolver should be able to resolve this property defined in arquillian.xml if it's used to inject variable in test like @RouteUrl("{app.name}")
Expected Behaviour
Properties defined in arquillian.xml can be injected as @RouteUrl property
Current Behaviour
Not supported
The text was updated successfully, but these errors were encountered:
We should look if this functionality of generic key-value config pairs is available in core so we can simply pass it to @RouteUrl provider. If not we should enhance core.
* feat(#996): inject arquillian.xml properties in @RouteUrl
* doc: add documentation for enricher expression resolver
* change OR to or for docs/enrichers.adoc
Issue Overview
Expression resolver should be able to resolve this property defined in
arquillian.xml
if it's used to inject variable in test like@RouteUrl("{app.name}")
Expected Behaviour
Properties defined in
arquillian.xml
can be injected as@RouteUrl
propertyCurrent Behaviour
Not supported
The text was updated successfully, but these errors were encountered: