We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74a9f7 commit 53ecfcfCopy full SHA for 53ecfcf
1 file changed
testing/e2e/package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"lint": "tsc && eslint --fix .",
8
"test": "env-cmd -f ../../.env playwright test",
9
- "test:chrome": "playwright test --project='*Desktop Chrome'",
+ "test:chrome": "env-cmd -f ../../.env playwright test --project='*Desktop Chrome'",
10
"test:dev": "env-cmd -f ../../.env playwright test --ui"
11
},
12
"dependencies": {
0 commit comments