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
excludeProperties works only for the last in the configuration yaml file.
I have put two Postman collections inside the yaml file like with
reportTitle: 'First test'
excludeProperties:
/url1/: fieldone
reportTitle: 'Second test'
excludeProperties:
/url2/: fieldtwo
Now excludeProperties from second test works fine.
But excludeProperties from first test fails.
However, first test works fine if I remove second test from file (or having in second file).
If I change position, it works for first test (in second position) and fails for the second.
Means last one wins.
Looks like being an overwrite issue
The text was updated successfully, but these errors were encountered:
elans3
changed the title
excludeProperties not working correctly
[Postman Support]: excludeProperties not working correctly
Nov 25, 2021
excludeProperties works only for the last in the configuration yaml file.
I have put two Postman collections inside the yaml file like with
reportTitle: 'First test'
excludeProperties:
/url1/: fieldone
reportTitle: 'Second test'
excludeProperties:
/url2/: fieldtwo
Now excludeProperties from second test works fine.
But excludeProperties from first test fails.
However, first test works fine if I remove second test from file (or having in second file).
If I change position, it works for first test (in second position) and fails for the second.
Means last one wins.
Looks like being an overwrite issue
The text was updated successfully, but these errors were encountered: