TEST: missing selenium dependency added

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2026-01-11 10:34:28 +11:00
parent 130c40609d
commit edf3d6961c
+1 -1
View File
@@ -43,7 +43,7 @@ docker run -d --name netalertx-test-container \
# --- 5. Install Python test dependencies --- # --- 5. Install Python test dependencies ---
echo "--- Installing Python test dependencies into venv ---" echo "--- Installing Python test dependencies into venv ---"
docker exec netalertx-test-container /opt/venv/bin/pip3 install --ignore-installed pytest docker debugpy docker exec netalertx-test-container /opt/venv/bin/pip3 install --ignore-installed pytest docker debugpy selenium
# --- 6. Execute Setup Script --- # --- 6. Execute Setup Script ---
echo "--- Executing setup script inside the container ---" echo "--- Executing setup script inside the container ---"