Add Selenium dependency for browser tests
This commit is contained in:
3
Pipfile
3
Pipfile
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user