We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5ac89 commit 8046d92Copy full SHA for 8046d92
bin/install-playwright
@@ -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