diff --git a/README.md b/README.md index 536e417..dd8b8c7 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Bonus: - Shows Page performance using Lighthouse Library. - Docker Image is created with node:20.5.1-bookworm-slim - Configured GitHub Actions to get triggered on pull/push actions +- Slack Notifications with html-report url once Github Actions is complated. ### Built With @@ -238,6 +239,8 @@ npm run test:ui --ENV="qa" ``` 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. +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. +https://www.youtube.com/watch?v=hzIub2noFw8&t=357s&pp=ygUUZ2l0aHViIGFjdGlvbnMgc2xhY2s%3D ## Reports @@ -308,4 +311,4 @@ npm run lighthouse [overall-report-screenshot]: ReadMeImages/OverallReport.PNG [detailed-report-screenshot]: ReadMeImages/DetailedReport.PNG [failure-report-screenshot]: ReadMeImages/FailureReport.PNG -[sonar-report-screenshot]: ReadMeImages/SonarReport.PNG \ No newline at end of file +[sonar-report-screenshot]: ReadMeImages/SonarReport.PNG