microsoft/restler-fuzzer

[Feature Request] Include the operationId in metadata and results

開放

#690 建立於 2023年1月24日

 (0 則留言) (0 個反應) (1 位負責人)Python (329 個分叉)auto 404
enhancementgood first issuehelp wanted

倉庫指標

星標
 (2,929 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

💡 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

貢獻者指南