2023-08-27 10:55:55 +02:00
|
|
|
---
|
|
|
|
title: testResultNotificationConfiguration
|
|
|
|
slug: /main-concepts/metadata-standard/schemas/configuration/testresultnotificationconfiguration
|
|
|
|
---
|
|
|
|
|
|
|
|
# TestResultNotificationConfiguration
|
|
|
|
|
|
|
|
*This schema defines the SSL Config.*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2025-01-15 17:46:55 +05:30
|
|
|
- **`enabled`** *(boolean)*: Is Test Notification Enabled? Default: `false`.
|
2023-08-27 10:55:55 +02:00
|
|
|
- **`onResult`** *(array)*: Send notification on Success, Failed or Aborted?
|
2025-01-15 17:46:55 +05:30
|
|
|
- **Items**: Refer to *[../tests/basic.json#/definitions/testCaseStatus](#/tests/basic.json#/definitions/testCaseStatus)*.
|
2023-08-27 10:55:55 +02:00
|
|
|
- **`receivers`** *(array)*: Send notification on the mail.
|
2025-01-15 17:46:55 +05:30
|
|
|
- **Items**: Refer to *[../type/basic.json#/definitions/email](#/type/basic.json#/definitions/email)*.
|
|
|
|
- **`sendToOwners`** *(boolean)*: Send notification on the mail. Default: `false`.
|
2023-08-27 10:55:55 +02:00
|
|
|
|
|
|
|
|
2025-01-15 17:46:55 +05:30
|
|
|
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.
|