Skip to content

Commit 3625c7a

Browse files
committed
test nextjs
1 parent 6ef908c commit 3625c7a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/web-starter-playwright.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,18 @@ jobs:
6262
working-directory: web-starter/web/webpack
6363
run: |
6464
yarn test:e2e
65+
66+
- name: Install JS dependencies (next)
67+
working-directory: web-starter/web/next
68+
run: |
69+
yarn install
70+
71+
- name: Install Playwright Browsers (next)
72+
working-directory: web-starter/web/next
73+
run: |
74+
yarn playwright install --with-deps
75+
76+
- name: Run Playwright tests (next)
77+
working-directory: web-starter/web/next
78+
run: |
79+
yarn test:e2e

0 commit comments

Comments
 (0)