Spaces:
Sleeping
Sleeping
rmm
commited on
Commit
·
2166c0c
1
Parent(s):
02e3430
chore: adding separate requirements file for selenium testing
Browse files- no need to configure selenium for all tests, only if running the
visual test suite
tests/requirements_visual.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# visual tests with selenium
|
2 |
+
selenium~=4.27.1
|
3 |
+
seleniumbase~=4.33.12
|
4 |
+
|
5 |
+
pytest~=8.3.4
|