pub fn fixtures_to_openapi(
fixtures: &[Fixture],
options: OpenApiOptions,
) -> Result<OpenApiSpec>Expand description
Convert test fixtures to OpenAPI 3.1 specification
ยงErrors
Returns an error if the fixtures are invalid or cannot be converted to an OpenAPI specification.