You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Send Slack notification once the tests are completed
81
86
- name: Send Slack notification
82
87
uses: rtCamp/action-slack-notify@v2
83
88
env:
84
89
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
85
90
SLACK_CHANNEL: "#playwright-test-reports"
86
91
SLACK_USERNAME: Playwright GitHub Actions
87
-
SLACK_TITLE: Test results are available in Artifacts section of below link as html-report [Report Link](${{ steps.artifact_link.outputs.artifact_url }}).
92
+
SLACK_TITLE: Test results are available in Artifacts section of below link as html-report. ${{ steps.artifact_link.outputs.artifact_url }}.
88
93
# This step should always run, even if previous steps fail
0 commit comments