This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Description
Hi, I would like to open a discussion regarding a more granular control over generated tests. More specifically, the possibility of generating only specific operations for a particular path.
For example, provided /pet path contains GET, POST and PUT operations, I would prefer to generate tests only for GET and PUT.
Maybe such functionality already exists and I just missed it?