Skip to content

Introduce better string replacement #557

@tyBouch

Description

@tyBouch

As it stands our string replacement support for variables is split into two differing calls:
replaceVariable()
and
replaceStoredVariables()

These function slightly different in that one supports testdata. The other does not. This causes issues in items such as API where you cannot use testdata or yml configurations to load dynamic constructed API paths.

As a user I would like these combined with the following load priority:
-Locally set by test or configuration
-Yml file
-Original text if not found

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions