You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: