OpenHands/tests/e2e/pytest.ini
Graham Neubig 426350224b
Add Playwright-based end-to-end testing workflow (#10116)
Co-authored-by: openhands <openhands@all-hands.dev>
2025-08-14 18:59:06 +00:00

7 lines
119 B
INI

[pytest]
testpaths = tests/e2e
python_files = test_*.py
python_classes = Test*
python_functions = test_*
timeout = 300