test(e2e): phase-2 add office and zip smoke coverage

This commit is contained in:
kl
2026-03-04 11:11:06 +08:00
parent a0d78c57e3
commit 8f9dda5a8d
8 changed files with 87 additions and 6 deletions

View File

@@ -6,7 +6,8 @@
"scripts": {
"test": "playwright test",
"test:headed": "playwright test --headed",
"gen:fixtures": "node ./scripts/generate-fixtures.mjs"
"gen:fixtures": "node ./scripts/generate-fixtures.mjs",
"gen:office": "python3 ./scripts/generate-office-fixtures.py"
},
"devDependencies": {
"@playwright/test": "^1.55.0"