diff --git a/.vuepress/public/static/img/jobs/discord-notifications/jobs-discord-notification-example.png b/.vuepress/public/static/img/jobs/discord-notifications/jobs-discord-notification-example.png new file mode 100644 index 0000000..2c8d702 Binary files /dev/null and b/.vuepress/public/static/img/jobs/discord-notifications/jobs-discord-notification-example.png differ diff --git a/SUMMARY.md b/SUMMARY.md index 725d5c3..b0e5141 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -25,7 +25,6 @@ * [Slack](how-to-guides/Setting-up-jobs/set-up-slack-notifications.md) * [Microsoft Teams](how-to-guides/Setting-up-jobs/set-up-microsoft-teams-notifications.md) * [Discord](how-to-guides/Setting-up-jobs/set-up-discord-notifications.md) - * [Telegram](how-to-guides/Setting-up-jobs/set-up-telegram-notifications.md) * Command Line Interface * [Running a test](how-to-guides/run-test/run-test-using-cli.md) * [Connecting to Webdriver Grid](how-to-guides/run-test/connect-to-webdriver-grid.md) diff --git a/how-to-guides/Setting-up-jobs/schedule-a-job.md b/how-to-guides/Setting-up-jobs/schedule-a-job.md index bec5049..a8c6842 100644 --- a/how-to-guides/Setting-up-jobs/schedule-a-job.md +++ b/how-to-guides/Setting-up-jobs/schedule-a-job.md @@ -36,9 +36,13 @@ Finally, **configure the schedule** for running the job. ![Select the times you want to run the job](/static/img/jobs/jobs-schedule-time.png) -Optionally, you can **setup notifications** on the test outcomes. You can select whether you want notifications for all test outcomes `When: "Always"` or only when tests fails `When: "Error"`. You can setup **email notifications** and **notifications for chat applications** such as [Slack](./set-up-slack-notifications.md), [Teams](./set-up-microsoft-teams-notifications.md), [Telegram](./set-up-telegram-notifications.md), [Discord](./set-up-discord-notifications.md) using **webhooks**. +Optionally, you can **setup notifications** for the test outcomes. You can select whether you want notifications for all test outcomes `When: "Always"` or only when tests fails `When: "Error"`. You can setup **email notifications** and **notifications for chat applications via webhooks**. Check out these guides for setting up notifications for specific applications: +- [Email](./set-up-email-notifications.md) +- [Slack](./set-up-slack-notifications.md) +- [Microsoft Teams](./set-up-microsoft-teams-notifications.md) +- [Discord](./set-up-discord-notifications.md) -![](/static/img/jobs/Job_Email_Notification.png) +![Setting up email notification for test failures](/static/img/jobs/Job_Email_Notification.png) Once you save the job, you can view its status from the **Monitoring** View, and click on the name of the job to view its past runs and manage the job. diff --git a/how-to-guides/Setting-up-jobs/set-up-discord-notifications.md b/how-to-guides/Setting-up-jobs/set-up-discord-notifications.md index 539216f..b892aca 100644 --- a/how-to-guides/Setting-up-jobs/set-up-discord-notifications.md +++ b/how-to-guides/Setting-up-jobs/set-up-discord-notifications.md @@ -32,4 +32,6 @@ Open the Settings for the job. Under "Notifications", **enable "Notify by Webhoo ![](/static/img/jobs/discord-notifications/Uilicious_Discord_webhook.png) +Once configured, you'll receive notifications about the test outcomes in your Discord channel, which will show a summary of the test and a link to view the report. +![](/static/img/jobs/discord-notifications/jobs-discord-notification-example.png) \ No newline at end of file