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
Copy file name to clipboardExpand all lines: .github/workflows/playwright.yml
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,6 @@ jobs:
71
71
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
72
72
SLACK_CHANNEL: "#playwright-test-reports"
73
73
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
0 commit comments