Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Postman Support]: excludeProperties not working correctly #146

Open
networkinss opened this issue Nov 18, 2021 · 0 comments
Open

[Postman Support]: excludeProperties not working correctly #146

networkinss opened this issue Nov 18, 2021 · 0 comments

Comments

@networkinss
Copy link
Contributor

networkinss commented Nov 18, 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

@elans3 elans3 changed the title excludeProperties not working correctly [Postman Support]: excludeProperties not working correctly Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants