Add selenium to devcontainer

This commit is contained in:
Adam Outler
2026-01-10 04:11:23 +00:00
parent 95413d5b76
commit 934b849ada
3 changed files with 3 additions and 6 deletions

View File

@@ -47,7 +47,7 @@
},
"postCreateCommand": {
"Install Pip Requirements": "/opt/venv/bin/pip3 install pytest docker debugpy",
"Install Pip Requirements": "/opt/venv/bin/pip3 install pytest docker debugpy selenium",
"Workspace Instructions": "printf '\n\n<> DevContainer Ready! Starting Services...\n\n📁 To access /tmp folders in the workspace:\n File → Open Workspace from File → NetAlertX.code-workspace\n\n📖 See .devcontainer/WORKSPACE.md for details\n\n'"
},
"postStartCommand": {