Skip to content

Commit b36b0c3

Browse files
committed
Update script to install playwright before tests run
1 parent d92ccb5 commit b36b0c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "astro build",
88
"preview": "astro preview",
99
"astro": "astro",
10-
"test:e2e": "npx playwright test"
10+
"test:e2e": "npx playwright install && npx playwright test"
1111
},
1212
"dependencies": {
1313
"@astrojs/node": "^9.3.0",

0 commit comments

Comments
 (0)