From 7e5b013448fcfb5e7fbed4e203afaa8f1df9b940 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Wed, 24 Dec 2025 16:49:46 +0100 Subject: [PATCH] Install Playwright before running browser tests --- scripts/runBrowserTests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/runBrowserTests.sh b/scripts/runBrowserTests.sh index 4eb6800..58710c0 100755 --- a/scripts/runBrowserTests.sh +++ b/scripts/runBrowserTests.sh @@ -36,6 +36,7 @@ trap finish EXIT mosquitto & export PID_MOSQUITTO=$! sleep 1 +npx -y playwright install # Set credentials for browser authentication (tests will use these to login) export MQTT_EXPLORER_USERNAME=${MQTT_EXPLORER_USERNAME:-test}