Skip to content

The filters section of the configuration does not check the preparator names #35

@fredericjaume-oc

Description

@fredericjaume-oc

I was trying to filter on a specific set of tests by modifying the api-tester.yaml configuration. I added something like:

filters:
  include:
    - { id: oc_api_certification_business_partner_patch, preparator: error400XXX }
    - { id: oc_api_certification_holders_patch, preparator: error400YYY }

The preparator name does not seem to be checked, so the tests with bad preparator names will fail silently instead, it would be great to have a check for preparator name validity (maybe that's also the case for the other parameters).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions