Install Playwright before running browser tests
This commit is contained in:
@@ -36,6 +36,7 @@ trap finish EXIT
|
|||||||
mosquitto &
|
mosquitto &
|
||||||
export PID_MOSQUITTO=$!
|
export PID_MOSQUITTO=$!
|
||||||
sleep 1
|
sleep 1
|
||||||
|
npx -y playwright install
|
||||||
|
|
||||||
# Set credentials for browser authentication (tests will use these to login)
|
# Set credentials for browser authentication (tests will use these to login)
|
||||||
export MQTT_EXPLORER_USERNAME=${MQTT_EXPLORER_USERNAME:-test}
|
export MQTT_EXPLORER_USERNAME=${MQTT_EXPLORER_USERNAME:-test}
|
||||||
|
|||||||
Reference in New Issue
Block a user