Skip to content

Commit 53ecfcf

Browse files
committed
fix test chrome
1 parent b74a9f7 commit 53ecfcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testing/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"lint": "tsc && eslint --fix .",
88
"test": "env-cmd -f ../../.env playwright test",
9-
"test:chrome": "playwright test --project='*Desktop Chrome'",
9+
"test:chrome": "env-cmd -f ../../.env playwright test --project='*Desktop Chrome'",
1010
"test:dev": "env-cmd -f ../../.env playwright test --ui"
1111
},
1212
"dependencies": {

0 commit comments

Comments
 (0)