test: add frontend browser startup smoke coverage

This commit is contained in:
sjg
2026-08-01 20:19:27 +02:00
parent ee59d8efdd
commit 8aeca613aa
5 changed files with 123 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates curl xz-utils git sudo pipx \
build-essential pkg-config cmake clang libclang-dev \
libopus-dev libasound2-dev libsoapysdr-dev \
libopus-dev libasound2-dev libsoapysdr-dev chromium \
&& rm -rf /var/lib/apt/lists/*
# Node.js (JS-based actions need node in PATH under the host executor).