Skip to content

Commit edf3d69

Browse files
committed
TEST: missing selenium dependency added
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
1 parent 130c406 commit edf3d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/docker_tests/run_docker_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ docker run -d --name netalertx-test-container \
4343

4444
# --- 5. Install Python test dependencies ---
4545
echo "--- Installing Python test dependencies into venv ---"
46-
docker exec netalertx-test-container /opt/venv/bin/pip3 install --ignore-installed pytest docker debugpy
46+
docker exec netalertx-test-container /opt/venv/bin/pip3 install --ignore-installed pytest docker debugpy selenium
4747

4848
# --- 6. Execute Setup Script ---
4949
echo "--- Executing setup script inside the container ---"

0 commit comments

Comments
 (0)