Skip to content

Commit 7e4d4c7

Browse files
authored
Update README.md
1 parent 4113b7e commit 7e4d4c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Bonus:
6060
- Shows Page performance using Lighthouse Library.
6161
- Docker Image is created with node:20.5.1-bookworm-slim
6262
- Configured GitHub Actions to get triggered on pull/push actions
63+
- Slack Notifications with html-report url once Github Actions is complated.
6364

6465
### Built With
6566

@@ -238,6 +239,8 @@ npm run test:ui --ENV="qa"
238239
```
239240

240241
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.
243+
<a>https://www.youtube.com/watch?v=hzIub2noFw8&t=357s&pp=ygUUZ2l0aHViIGFjdGlvbnMgc2xhY2s%3D</a>
241244

242245
## Reports
243246

@@ -308,4 +311,4 @@ npm run lighthouse
308311
[overall-report-screenshot]: ReadMeImages/OverallReport.PNG
309312
[detailed-report-screenshot]: ReadMeImages/DetailedReport.PNG
310313
[failure-report-screenshot]: ReadMeImages/FailureReport.PNG
311-
[sonar-report-screenshot]: ReadMeImages/SonarReport.PNG
314+
[sonar-report-screenshot]: ReadMeImages/SonarReport.PNG

0 commit comments

Comments
 (0)