microsoft/restler-fuzzer
[Feature Request] Include the operationId in metadata and results
开放
#690 创建于 2023年1月24日
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