fix failing E2E tests

This commit is contained in:
Kim, Jimin 2025-03-18 18:35:47 +09:00
parent 3ddf8f6986
commit fb64fa1397
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -13,7 +13,11 @@
"cache": false "cache": false
}, },
"test:e2e": { "test:e2e": {
"cache": false "cache": false,
"env": [
"PLAYWRIGHT_BROWSERS_PATH",
"PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS"
]
}, },
"lint": { "lint": {
"cache": false "cache": false