feat: checkpoint device agent runtime milestones

This commit is contained in:
2026-07-06 17:24:03 +08:00
parent 2d4251e98e
commit 5658735bca
153 changed files with 8060 additions and 65 deletions
+1 -2
View File
@@ -4,7 +4,7 @@ import os
import pytest
from core.wda_driver import WDADriver, WDADriverConfig
from driver.wda_driver import WDADriver, WDADriverConfig
@pytest.mark.integration
@@ -25,4 +25,3 @@ def test_wda_driver_screenshot_against_real_device() -> None:
assert driver.screenshot()
finally:
driver.disconnect()