ITestNotification
Home > @gooddata/sdk-model > ITestNotification
ITestNotification interface
Notification with details about the test that triggered it.
Signature:
export interface ITestNotification extends INotificationBase
Extends: INotificationBase
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
details | ITestNotificationDetails | Details of the test that triggered the notification. | |
notificationType | "testNotification" |