pub async fn insert_step_test_report<'a, E>(
executor: E,
run_id: Uuid,
step_instance_id: Uuid,
report_name: &str,
file_name: &str,
format: &str,
content: Option<&str>,
checksum: &str,
backend_id: Option<Uuid>,
remote_path: Option<&str>,
) -> Result<PgQueryResult, Error>Expand description
Insert step test report.