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

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

Open
fredericjaume-oc opened this issue Oct 24, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@fredericjaume-oc
Copy link
Contributor

fredericjaume-oc commented Oct 24, 2022

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

@sidux sidux added the bug Something isn't working label Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants