From f7d818ebeea29fe306ebbc4b7811edd5f46e178e Mon Sep 17 00:00:00 2001 From: tauqirsarwar1 Date: Thu, 14 Mar 2024 09:33:39 +0500 Subject: [PATCH] fake hooks --- pytest.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index 38d4ea97..09e40535 100755 --- a/pytest.ini +++ b/pytest.ini @@ -14,9 +14,9 @@ addopts = --clean-alluredir --alluredir=output/allure/results # Slack Notification arguments (fake hook for testing purpose only - --slack-webhook-url=https://hooks.test.com/services/... + --slack-webhook-url=https://hooks.slack.com/services/.. --slack-channel=pytest-test-automation --slack-results-url=http://localhost:63342/pytest-automation-boilerplate/output/allure/reports/index.html # MS Teams Notification arguments(fake hook for testing purpose only - --teams-webhook-url=https://test.webhook.office.com/webhookb2/... + --teams-webhook-url=https://moduscreate.webhook.office.com/webhookb2/... --teams-results-url=http://localhost:63342/pytest-automation-boilerplate/output/allure/reports/index.html