Skip to content

Commit e331a03

Browse files
committed
GithubActionsChanges
1 parent 95aa5d0 commit e331a03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v2
2525

2626
# Step to set up the Node.js version
27-
- name: Install node js v18
27+
- name: Install node js v20
2828
uses: actions/setup-node@v2
2929
with:
3030
node-version: '20'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ npm run test:ui --ENV="qa"
237237
npm run test:accessibility --ENV="qa"
238238
```
239239

240-
26. GitHub Actions is configured in `.github/workflows/playwright.yml` file and events(trigger points) are set to pus/pull actions on master branch.
240+
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.
241241

242242
## Reports
243243

0 commit comments

Comments
 (0)