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
SLACK_MESSAGE: 'E2E Night Tests completed successfully! All tests passed. 📊 Test Report: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'
69
+
SLACK_MESSAGE: 'E2E Night Tests completed successfully!'
78
70
SLACK_TITLE: 'Playwright E2E Tests - SUCCESS'
79
71
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
80
72
- name: Slack Failure Notification
81
73
uses: rtCamp/action-slack-notify@master
82
74
if: failure()
83
75
env:
84
-
SLACK_ICON_EMOJI: ':x:'
76
+
SLACK_ICON_EMOJI: ':robot_face:'
85
77
SLACK_USERNAME: Playwright Bot
86
-
SLACK_MESSAGE: 'E2E Night Tests failed. Please check the logs for details. 📊 Test Report: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'
0 commit comments