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: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ Bonus:
60
60
- Shows Page performance using Lighthouse Library.
61
61
- Docker Image is created with node:20.5.1-bookworm-slim
62
62
- Configured GitHub Actions to get triggered on pull/push actions
63
+
- Slack Notifications with html-report url once Github Actions is complated.
63
64
64
65
### Built With
65
66
@@ -238,6 +239,8 @@ npm run test:ui --ENV="qa"
238
239
```
239
240
240
241
26. GitHub Actions is configured in `.github/workflows/playwright.yml` file and events(trigger points) are set to pus/pull actions on master branch. Changes in command to run test cases can be made in "Run tests" section in this file.
242
+
27. Once GitHub Actions job is completed Slack notification is triggered to the assigned channel with build tstaus and html-report link. For enabling Slack you have to configure Incoming Webhooks for your repo, below is the great tutorial on that.
0 commit comments