install chromium-headless-shell specifically to ensure e2e tests pass

This commit is contained in:
Nacho Codoñer
2026-01-27 18:47:29 +01:00
parent a2828a9d04
commit ede67d0797

View File

@@ -35,7 +35,7 @@
"typescript": "^5.4.5"
},
"scripts": {
"install:modern": "cd tools/modern-tests && npm install && npx playwright install && npx playwright install --with-deps",
"install:modern": "cd tools/modern-tests && npm install && npx playwright install && npx playwright install --with-deps chromium-headless-shell",
"test:idle-bot": "node --test .github/scripts/__tests__/inactive-issues.test.js",
"test:modern": "cd tools/modern-tests && npm test -- "
},