Skip to content

Commit 59e9215

Browse files
committed
fixed action
1 parent 224bc7b commit 59e9215

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/fe_e2e.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ jobs:
8383
run: npx wait-on http://localhost:5173
8484
working-directory: frontend
8585

86+
# install playwright browsers
87+
- name: Install Playwright Browsers
88+
run: npx playwright install --with-deps
89+
working-directory: frontend
90+
8691
# Run Playwright tests
8792
- name: Run Playwright tests
8893
run: npm run test:e2e-coverage

0 commit comments

Comments
 (0)