Expand description
OpenAPI 3.0.0 Conformance Testing
Generates k6 scripts that exercise all OpenAPI 3.0.0 features against a target, then reports per-feature pass/fail results.
Re-exports§
pub use custom::CustomConformanceConfig;pub use executor::ConformanceProgress;pub use executor::NativeConformanceExecutor;pub use generator::ConformanceConfig;pub use generator::ConformanceGenerator;pub use har_to_custom::generate_custom_yaml_from_har;pub use har_to_custom::HarToCustomOptions;pub use report::ConformanceReport;pub use report::OwaspCoverageEntry;pub use sarif::ConformanceSarifReport;pub use schema_validator::SchemaValidatorGenerator;pub use spec::ConformanceFeature;pub use spec_driven::SpecDrivenConformanceGenerator;
Modules§
- custom
- Custom conformance test authoring via YAML
- executor
- Native Rust conformance test executor
- generator
- k6 script generator for OpenAPI 3.0.0 conformance testing
- har_
to_ custom - HAR-to-YAML generator for custom conformance checks
- report
- Conformance test report parsing and display
- report_
html - HTML report renderer for the conformance self-test.
- request_
validator - Request validation against OpenAPI spec.
- sarif
- SARIF 2.1.0 report output for conformance testing
- schema_
mutator - Schema-driven body mutator for the conformance self-test.
- schema_
validator - Response schema validation JS generator
- self_
test - Positive + per-category negative request driver against a live server.
- spec
- Conformance feature definitions and bundled reference spec
- spec_
audit - Spec-level audits for the conformance self-test.
- spec_
driven - Spec-driven conformance testing