KC's Workspace
    Preparing search index...

    Source code location information for a test artifact.

    Indicates where in the source code the artifact originated from.

    interface TestArtifactLocation {
        column: number;
        file: string;
        line: number;
    }
    Index

    Properties

    Properties

    column: number

    Column number in the line (1-indexed)

    file: string

    Path to the source file

    line: number

    Line number in the source file (1-indexed)