pub async fn run_request_validation(
spec_files: &[PathBuf],
custom_checks_file: Option<&Path>,
base_path: Option<&str>,
output_dir: &Path,
) -> Result<usize>Expand description
Run request validation and write results to a file. Called from the conformance execution path.