-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add slack system test #214
Conversation
Signed-off-by: refaelm <[email protected]>
PR Description updated to latest commit (1cfae43) |
PR Analysis(review updated until commit 1cfae43)
PR Feedback
How to useInstructions
|
Persistent review updated to latest commit 1cfae43 |
Type
Tests
Description
This pull request introduces a system test for Slack notifications. The main changes include:
notifications_tests.py
.alert_notifications.py
to enrich Slack alert channel data and retrieve messages from a Slack channel.alert_notifications.py
to support both Teams and Slack notifications.PR changes walkthrough
1 files
notifications_tests.py
configurations/system/tests_cases/notifications_tests.py
A new test configuration for Slack alerts has been added.
This configuration uses the `AlertNotifications` test object
and includes functions for retrieving messages from a Slack
channel and enriching Slack alert channel data.
1 files
alert_notifications.py
tests_scripts/users_notifications/alert_notifications.py
This file has been updated to include Slack-specific
functions for enriching Slack alert channel data and
retrieving messages from a Slack channel. Some existing
functions have been refactored to support both Teams and
Slack notifications.
User description
Signed-off-by: refaelm [email protected]