Add Selenium dependency for browser tests

This commit is contained in:
2026-01-27 13:05:04 +13:00
parent d7fabf58a4
commit 3ed435824c
2 changed files with 314 additions and 11 deletions

View File

@@ -9,6 +9,8 @@ pyserial = "*"
esptool = "*"
pyjwt = "*"
watchfiles = "*"
requests = "*"
selenium = "*"
[dev-packages]
@@ -18,3 +20,4 @@ python_version = "3.12"
[scripts]
web = "python /home/pi/led-controller/tests/web.py"
watch = "python -m watchfiles 'python tests/web.py' src tests"
install = "pipenv install"