Skip to content

Bug: Property Substitution is not working for report environment data #364

@wurzelkuchen

Description

@wurzelkuchen

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}

Metadata

Metadata

Assignees

Labels

bugcodeDoneThe issue is rechecked for development branch

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions