From d06ee0ca97132557ed2f7038e5c9d988d75acae5 Mon Sep 17 00:00:00 2001 From: bherbruck Date: Tue, 28 May 2024 12:37:21 +0000 Subject: [PATCH] chore: install playwright with chromium for end-to-end testing --- .devcontainer/scripts/on-create.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.devcontainer/scripts/on-create.sh b/.devcontainer/scripts/on-create.sh index 18016ac8..3be09849 100644 --- a/.devcontainer/scripts/on-create.sh +++ b/.devcontainer/scripts/on-create.sh @@ -1,3 +1,5 @@ #!/bin/bash cargo install wasm-pack cargo-watch + +pnpm dlx playwright install --with-deps chromium