Skip to content

Commit

Permalink
Merge branch 'update-job-guides' into 'main'
Browse files Browse the repository at this point in the history
Update guides on setting up job notifications.

See merge request documentation/uilicious-docs-v3!41
  • Loading branch information
Tai Shi Ling committed Feb 21, 2024
2 parents 823c7b9 + 6d9b069 commit 164bb25
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 6 additions & 2 deletions how-to-guides/Setting-up-jobs/schedule-a-job.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 2 additions & 0 deletions how-to-guides/Setting-up-jobs/set-up-discord-notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 164bb25

Please sign in to comment.