Skip to content

Commit 69067ee

Browse files
committed
SlackNotifications
1 parent 38461fa commit 69067ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,14 @@ jobs:
5858
# This step should always run, even if previous steps fail
5959
if: always()
6060

61-
# Send Slack notification once the tests complete
61+
# Send Slack notification once the tests are completed
6262
- name: Send Slack notification
6363
uses: rtCamp/action-slack-notify@v2
6464
env:
6565
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
6666
SLACK_CHANNEL: "#playwright-test-reports"
67-
SLACK_USERNAME: GitHub Actions
67+
SLACK_USERNAME: Playwright GitHub Actions
6868
SLACK_TITLE: Playwright Tests Completed
69-
SLACK_TEXT: "Playwright tests have completed. Here is the HTML zip report."
7069
SLACK_FILE: ./html-report.zip
7170
# This step should always run, even if previous steps fail
7271
if: always()

0 commit comments

Comments
 (0)