mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
install chromium-headless-shell specifically to ensure e2e tests pass
This commit is contained in:
@@ -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 -- "
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user