We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130c406 commit edf3d69Copy full SHA for edf3d69
1 file changed
test/docker_tests/run_docker_tests.sh
@@ -43,7 +43,7 @@ docker run -d --name netalertx-test-container \
43
44
# --- 5. Install Python test dependencies ---
45
echo "--- Installing Python test dependencies into venv ---"
46
-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
47
48
# --- 6. Execute Setup Script ---
49
echo "--- Executing setup script inside the container ---"
0 commit comments