Skip to content

Commit 8046d92

Browse files
committed
Add a script to install Playwright
1 parent cd5ac89 commit 8046d92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bin/install-playwright

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
set -eu -o pipefail
4+
npm i
5+
npx playwright install --with-deps

0 commit comments

Comments
 (0)