TestsNotificationRule interface
通知ルールモデルをテストします。
- Extends
プロパティ
| event |
通知を受け取るイベントとフィルタリング条件。 Key は、イベント フィルターのユーザー割り当て識別子です。 |
| scope | テストの種類の範囲。 |
| test |
含めるテスト ID。 指定しない場合、すべての testId に対して通知が送信されます。 |
継承されたプロパティ
| action |
通知するアクション グループ。 |
| display |
通知ルールの名前。 |
プロパティの詳細
eventFilters
通知を受け取るイベントとフィルタリング条件。 Key は、イベント フィルターのユーザー割り当て識別子です。
eventFilters: Record<string, TestsNotificationEventFilter>
プロパティ値
Record<string, TestsNotificationEventFilter>
scope
テストの種類の範囲。
scope: "Tests"
プロパティ値
"Tests"
testIds
含めるテスト ID。 指定しない場合、すべての testId に対して通知が送信されます。
testIds?: string[]
プロパティ値
string[]