mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Speed up pytest with eager page loads
This commit is contained in:
parent
092397cd6f
commit
5100290f76
3 changed files with 6 additions and 2 deletions
4
tests/conftest.py
Normal file
4
tests/conftest.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from seleniumbase.config import settings
|
||||
|
||||
settings.SKIP_JS_WAITS = True
|
||||
settings.WAIT_FOR_RSC_ON_PAGE_LOADS = False
|
||||
Loading…
Reference in a new issue