Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayp7 authored Feb 27, 2024
1 parent 4113b7e commit 7e4d4c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
<a>https://www.youtube.com/watch?v=hzIub2noFw8&t=357s&pp=ygUUZ2l0aHViIGFjdGlvbnMgc2xhY2s%3D</a>

## Reports

Expand Down Expand Up @@ -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
[sonar-report-screenshot]: ReadMeImages/SonarReport.PNG

0 comments on commit 7e4d4c7

Please sign in to comment.