microsoft/restler-fuzzer

[Feature Request] Include the operationId in metadata and results

Aperta

#690 aperta il 24 gen 2023

 (0 commenti) (0 reazioni) (1 assegnatario)Python (329 fork)auto 404
enhancementgood first issuehelp wanted

Metriche repository

Star
 (2929 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

💡 Idea

Many OpenAPI definitions include an operationId field for each operation that specifies a more concise name for the operation than the method+path combination. The OpenAPI spec does not require operationIds but when present they must be unique.

RESTler should capture the operationId of an operation when present in the definition file and include it in output like speccov.json to allow users to deal with concise names when analyzing results.

Design Notes

No response

Guida contributor