diff --git a/pytest.ini b/pytest.ini index 92e1b7c3..ccb54346 100755 --- a/pytest.ini +++ b/pytest.ini @@ -14,9 +14,9 @@ addopts = --clean-alluredir --alluredir=output/allure/results # Slack Notification arguments - --slack-webhook-url=https://hooks.slack.com/services/.. + --slack-webhook-url=https://.... --slack-channel=pytest-test-automation --slack-results-url=http://localhost:63342/pytest-automation-boilerplate/output/allure/reports/index.html # MS Teams Notification arguments - --teams-webhook-url=https://moduscreate.webhook.office.com/webhookb2/... + --teams-webhook-url=https://.... --teams-results-url=http://localhost:63342/pytest-automation-boilerplate/output/allure/reports/index.html