Skip to main content

insert_step_test_report

Function insert_step_test_report 

Source
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>
where E: Executor<'a, Database = Postgres>,
Expand description

Insert step test report.