We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef908c commit 3625c7aCopy full SHA for 3625c7a
.github/workflows/web-starter-playwright.yml
@@ -62,3 +62,18 @@ jobs:
62
working-directory: web-starter/web/webpack
63
run: |
64
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
73
74
+ yarn playwright install --with-deps
75
76
+ - name: Run Playwright tests (next)
77
78
79
+ yarn test:e2e
0 commit comments