Skip to content

Commit fc1168b

Browse files
committed
Add Playwright testing to test workflow
1 parent 2b5fff8 commit fc1168b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ jobs:
6262
load: true
6363
- name: Run Perl tests
6464
run: docker run -i ${{ steps.docker-build-test.outputs.imageid }}
65+
- name: docker compose up
66+
run: docker compose up -d
67+
- uses: actions/setup-node@v4
68+
with:
69+
node-version: 22
70+
- name: Install Playwright Browsers
71+
run: ./bin/install-playwright
72+
- name: Run Playwright tests
73+
run: npx playwright test
6574
test:
6675
runs-on: ubuntu-24.04
6776
name: Dockerless

0 commit comments

Comments
 (0)