t_test_artifact: {
    artifact_type: e_artifact_type;
    command: string;
    element_type: e_element_type;
    name: string;
    path: string;
}

Test artifact

Type declaration

  • artifact_type: e_artifact_type

    Type of artifact

  • command: string

    If associated command

  • element_type: e_element_type

    Type of file

  • name: string

    Artifact name

  • path: string

    Artifact path

Generated using TypeDoc