Complete Phase 2: Browser JavaScript integration with script_before/script_after support
This commit is contained in:
parent
05df964ce1
commit
e544086e6b
5 changed files with 247 additions and 9 deletions
|
|
@ -98,3 +98,8 @@ warn_unused_configs = true
|
|||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
asyncio_mode = "auto"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"aiohttp>=3.12.15",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue