Data of a test session.

interface ITestSession {
    end?: Date;
    id: string;
    start: Date;
}

Properties

Properties

end?: Date

The start time.

id: string

The ID.

start: Date

The start time.

Generated using TypeDoc