test(e2e): harden fixture preflight and remove duplicate generation

This commit is contained in:
kl
2026-03-04 13:16:14 +08:00
parent 3b0f7af382
commit 30127aae7c
3 changed files with 24 additions and 12 deletions

View File

@@ -55,11 +55,6 @@ jobs:
npm install
npx playwright install --with-deps chromium
- name: Generate fixtures
run: |
node tests/e2e/scripts/generate-fixtures.mjs
python3 tests/e2e/scripts/generate-office-fixtures.py
- name: Start fixture server
run: |
cd tests/e2e/fixtures