fix failing E2E tests
This commit is contained in:
parent
3ddf8f6986
commit
fb64fa1397
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue