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