test: Add asyncio tests using Playwright

This commit is contained in:
Chris Coutinho
2025-10-14 01:23:38 +02:00
parent 4b19964817
commit 37b0577bfd
6 changed files with 558 additions and 2 deletions
+2
View File
@@ -48,9 +48,11 @@ build-backend = "poetry.core.masonry.api"
dev = [
"commitizen>=4.8.2",
"ipython>=9.2.0",
"playwright>=1.49.1",
"pytest>=8.3.5",
"pytest-asyncio>=1.0.0",
"pytest-cov>=6.1.1",
"pytest-playwright-asyncio>=0.7.1",
"ruff>=0.11.13",
]