test(e2e): Add web browsing catchphrase E2E for #10378 and wire into CI (#10401)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Graham Neubig
2025-08-18 08:28:42 -04:00
committed by GitHub
parent 822ce86150
commit ad85e3249a
2 changed files with 296 additions and 1 deletions

View File

@@ -183,7 +183,11 @@ jobs:
# Run the tests with detailed output
cd tests/e2e
poetry run python -m pytest test_settings.py::test_github_token_configuration test_conversation.py::test_conversation_start -v --no-header --capture=no --timeout=600
poetry run python -m pytest \
test_settings.py::test_github_token_configuration \
test_conversation.py::test_conversation_start \
test_browsing_catchphrase.py::test_browsing_catchphrase \
-v --no-header --capture=no --timeout=900
- name: Upload test results
if: always()