/
vshmidt
/
streamlit
Обзор
Документация
Войти
/
vshmidt
/
streamlit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
e2e_playwright/pytest.ini
20 строк
1 KB
Lukas Masuch
Attempt to fix e2e test hangs at 99% completion (#13819)
04 фев 2026, 21:03
Не верифицирован
04 фев 2026, 21:03
a28f1f9
Код
Авторство
О чём код?
[pytest] markers = early: prioritize the execution of a fixture performance: performance tests query_param: tests that use query parameters filterwarnings = # PyTest filter syntax cheatsheet -> action:message:category:module:line ignore::UserWarning:altair.*: ignore::DeprecationWarning:flatbuffers.*: # Deprecation warning about our early fixture marker trick: # Likely needs to be refactored to support pytest 9. ignore:Marks applied to fixtures have no effect.*:pytest.PytestWarning:: # Pillow deprecation warning from pixelmatch library. # Likely needs an update/fix in pixelmatch when Pillow 14 is released. ignore:Image.Image.getdata is deprecated.*:DeprecationWarning:pixelmatch.*: # Benchmarks are disabled when running with xdist (parallel execution). ignore:Benchmarks are automatically disabled.*::pytest_benchmark.*: addopts = --output ./test-results/ --video retain-on-failure --screenshot only-on-failure --full-page-screenshot -r aR -v --durations=5 --reruns 0 --reruns-delay 1 --rerun-except "Missing snapshot" --tb=short timeout = 180 timeout_func_only = true