Skip to main content

insert_step_test_summary

Function insert_step_test_summary 

Source
pub async fn insert_step_test_summary<'a, E>(
    executor: E,
    run_id: Uuid,
    step_instance_id: Uuid,
    report_name: &str,
    summary: &TestSummary,
) -> Result<PgQueryResult, Error>
where E: Executor<'a, Database = Postgres>,
Expand description

Insert step test summary.