Skip to main content

Module executor

Module executor 

Source
Expand description

Native Rust conformance test executor

Replaces the k6-based execution path with direct HTTP requests via reqwest, producing the same ConformanceReport output. This removes the k6 binary dependency and enables API/SDK integration.

Structs§

ConformanceCheck
A single conformance check to execute
NativeConformanceExecutor
Native conformance executor using reqwest

Enums§

CheckBody
Request body variants
CheckValidation
How to validate a conformance check response
ConformanceProgress
Progress event for SSE streaming