Skip to content

Commit c6e1754

Browse files
committed
resolve: e2e test automation
1 parent 427dae6 commit c6e1754

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install -e .[dev]
30+
31+
- name: Install Playwright browsers (Python CLI)
32+
run: playwright install --with-deps
3033

3134
- name: Install Node deps
3235
run: npm ci

0 commit comments

Comments
 (0)