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§
- Custom
Check - A single custom conformance check
- Custom
Conformance Config - Top-level YAML configuration for custom conformance checks
- Expected
Body Field - Expected field in the response body with type checking
- Extract
Rules - Round 38 (#79) — what to capture from a check’s response.
- K6Custom
Emit - Round 39 (#79) — split output from the k6 emitter so the caller can
place
init_codeat script-init scope (where k6’sopen()must live) andgroup_bodyinsideexport default function. - Repeat
- Round 38 (#79) — repeat semantics for a single custom check.
- Upload
File - Round 38 (#79) — a single file to upload as a multipart form part.
Enums§
- Repeat
Mode - Round 38 (#79) — sequential vs parallel repeat.