We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224bc7b commit 59e9215Copy full SHA for 59e9215
1 file changed
.github/workflows/fe_e2e.yml
@@ -83,6 +83,11 @@ jobs:
83
run: npx wait-on http://localhost:5173
84
working-directory: frontend
85
86
+ # install playwright browsers
87
+ - name: Install Playwright Browsers
88
+ run: npx playwright install --with-deps
89
+ working-directory: frontend
90
+
91
# Run Playwright tests
92
- name: Run Playwright tests
93
run: npm run test:e2e-coverage
0 commit comments