File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments