Endava / cats

CATS is a REST API Fuzzer and negative testing tool for OpenAPI endpoints. CATS automatically generates, runs and reports tests with minimum configuration and no coding effort. Tests are self-healing and do not require maintenance.
Apache License 2.0
1.17k stars 74 forks source link

Regex match on --path #108

Closed ocervell closed 7 months ago

ocervell commented 7 months ago

Would be nice to be able to specify a regex in --path parameter, so that we can dynamically select which API paths we want to run:

For instance: cats -c openapi.yml -s "https://<myapi>" -p "/api/users*" # would run all functions under /api/users as defined in the OpenAPI spec

ocervell commented 7 months ago

Nevermind, it is already the case