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

Files changed (1) hide show
  1. tests/requirements_visual.txt +5 -0
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