You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2025. It is now read-only.
When supplying custom values for a specific path > operation > status code, supplying an array of objects for the status rather than just a single one could generate multiple unit tests within the operation level test block.
an example custom values blob would be as follows:
Resulting in two tests (it clauses) being generated under the same operation-level block for the same status code, but with different request/response payloads.