Skip to content

[Postman Support]: excludeProperties not working correctly #146

Open
@networkinss

Description

@networkinss

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions