Quick Description
When we set custom environment data via properties and use property substitution, the value is not resolved completely.
Actual Behaviour
When I set my properties like this:
neodymium.url = https://xceptance.com
neodymium.report.environment.custom.URL = ${neodymium.url}
The output in the report is
URL ${neodymium.url}
Expected Behaviour
When I set my properties like this:
neodymium.url = https://xceptance.com
neodymium.report.environment.custom.URL = ${neodymium.url}
The output in the report should be
URL ${neodymium.url}