-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DBP-791 playwright rocketchat notification (#41)
* first manual try of rocketchat notice * test 2 * rocketchat notificator test 3 * rocketchat test 4 * rocketchat test 5 * added notification to all gh actions, doing final test with if: always() * Changed if always back to if failure --------- Co-authored-by: M_Westerholz <[email protected]>
- Loading branch information
1 parent
db4c2ec
commit 783dc5f
Showing
4 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,4 +61,12 @@ jobs: | |
with: | ||
name: playwright-report | ||
path: playwright-report/ | ||
retention-days: 30npm login | ||
retention-days: 30npm login | ||
- uses: RocketChat/[email protected] | ||
if: failure() | ||
with: | ||
type: ${{ job.status }} | ||
job_name: 'Playwright Job Status: ' | ||
url: ${{ secrets.RC_WEBHOOK }} | ||
channel: '#SPSH-Test-Automation' | ||
username: Playwright Notificator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,12 @@ jobs: | |
with: | ||
name: playwright-report | ||
path: playwright-report/ | ||
retention-days: 30npm login | ||
retention-days: 30npm login | ||
- uses: RocketChat/[email protected] | ||
if: failure() | ||
with: | ||
type: ${{ job.status }} | ||
job_name: 'Playwright Job Status: ' | ||
url: ${{ secrets.RC_WEBHOOK }} | ||
channel: '#SPSH-Test-Automation' | ||
username: Playwright Notificator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,12 @@ jobs: | |
with: | ||
name: playwright-report | ||
path: playwright-report/ | ||
retention-days: 30npm login | ||
retention-days: 30npm login | ||
- uses: RocketChat/[email protected] | ||
if: failure() | ||
with: | ||
type: ${{ job.status }} | ||
job_name: 'Playwright Job Status: ' | ||
url: ${{ secrets.RC_WEBHOOK }} | ||
channel: '#SPSH-Test-Automation' | ||
username: Playwright Notificator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,12 @@ jobs: | |
with: | ||
name: playwright-report | ||
path: playwright-report/ | ||
retention-days: 30npm login | ||
retention-days: 30npm login | ||
- uses: RocketChat/[email protected] | ||
if: failure() | ||
with: | ||
type: ${{ job.status }} | ||
job_name: 'Playwright Job Status: ' | ||
url: ${{ secrets.RC_WEBHOOK }} | ||
channel: '#SPSH-Test-Automation' | ||
username: Playwright Notificator |