Skip to content

Commit 3cedd8b

Browse files
committed
ci: add playwright
1 parent 79f3013 commit 3cedd8b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/test-runner.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,17 @@ jobs:
4747
with:
4848
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
4949

50+
- name: Setup Node.js
51+
uses: actions/setup-node@v4
52+
with:
53+
node-version: '20'
54+
cache: 'npm'
55+
56+
- name: Install and update Playwright
57+
run: |
58+
npm install playwright@latest
59+
npx playwright install
60+
5061
- name: Validate composer.json and composer.lock
5162
run: composer validate --strict
5263

0 commit comments

Comments
 (0)