We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834d390 commit 4af7437Copy full SHA for 4af7437
package.json
@@ -8,8 +8,8 @@
8
"start": "vite",
9
"build": "vite build",
10
"preview": "vite preview",
11
- "test": "npm run build && playwright test",
12
- "test:ui": "npm run build && playwright test --ui",
+ "test": "npx playwright install chromium && npm run build && playwright test",
+ "test:ui": "npx playwright install chromium && npm run build && playwright test --ui",
13
"test:report": "playwright show-report",
14
"gh-pages": "npm run build && git add docs && git commit -m 'update github pages' docs && git push"
15
},
0 commit comments