Add Playwright-based end-to-end testing workflow (#10116)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Graham Neubig
2025-08-14 14:59:06 -04:00
committed by GitHub
parent 3e36911038
commit 426350224b
12 changed files with 1991 additions and 16 deletions

View File

@@ -126,6 +126,8 @@ pytest-cov = "*"
pytest-asyncio = "*"
pytest-forked = "*"
pytest-xdist = "*"
pytest-playwright = "^0.7.0"
pytest-timeout = "^2.4.0"
openai = "*"
pandas = "*"
reportlab = "*"