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
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