Notifications for the TestResults Session

interface TestSessionNotification {
    body: string;
    severity: string;
    title: string;
}

Properties

Properties

body: string

Notification Body

severity: string

Notification Severity Valid values = (Informational, Warning, Error, Critical)

title: string

Notification Title