Skip to main content

Module custom

Module custom 

Source
Expand description

Custom conformance test authoring via YAML

Allows users to define additional conformance checks beyond the built-in OpenAPI 3.0.0 feature set. Custom checks are grouped under a “Custom” category in the conformance report.

Structs§

CustomCheck
A single custom conformance check
CustomConformanceConfig
Top-level YAML configuration for custom conformance checks
ExpectedBodyField
Expected field in the response body with type checking
ExtractRules
Round 38 (#79) — what to capture from a check’s response.
K6CustomEmit
Round 39 (#79) — split output from the k6 emitter so the caller can place init_code at script-init scope (where k6’s open() must live) and group_body inside export default function.
Repeat
Round 38 (#79) — repeat semantics for a single custom check.
UploadFile
Round 38 (#79) — a single file to upload as a multipart form part.

Enums§

RepeatMode
Round 38 (#79) — sequential vs parallel repeat.