Skip to content

Commit 9abe5f6

Browse files
committed
SlackNotifications
1 parent 0a1fded commit 9abe5f6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ jobs:
7171
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
7272
SLACK_CHANNEL: "#playwright-test-reports"
7373
SLACK_USERNAME: GitHub Actions
74-
SLACK_TITLE: Playwright Tests Completed
75-
SLACK_TEXT: "Playwright tests have completed successfully. HTML report is attached as an artifact. You can download it [here](${{ github.server_url }}/${{ github.repository }}/actions/artifacts/html-report)"
76-
SLACK_FILE: ./html-report.zip
77-
# This step should always run, even if previous steps fail
78-
if: always()
74+
SLACK_TITLE: "Playwright tests have completed successfully. HTML report is attached as an artifact. You can download it [here](${{ github.server_url }}/${{ github.repository }}/actions/artifacts/html-report)"
75+
# This step should always run, even if previous steps fail
76+
if: always()

0 commit comments

Comments
 (0)