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
+1-1
Original file line number
Diff line number
Diff line change
@@ -239,7 +239,7 @@ npm run test:ui --ENV="qa"
239
239
```
240
240
241
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.
242
+
27. Once GitHub Actions job is completed Slack notification is triggered to the assigned channel with build status 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