feat(core,utils): 新增CoreDriver基础操作,更新文档

- 新增 switch_to_webview/switch_to_native 切换视图。
- 新增 config_loader.py 配置文件系统
- 优化 conftest.py,支持获取设备信息和默认参数。
- 优化 run_appium.py
- 更新 README.md
- 其他优化
This commit is contained in:
2026-02-06 17:28:04 +08:00
parent 483a31793d
commit 52758940ed
13 changed files with 495 additions and 199 deletions

View File

@@ -11,6 +11,8 @@ dependencies = [
"pytest>=8.3.5",
"PyYAML>=6.0.1",
"openpyxl>=3.1.2",
"pytest-rerunfailures>=16.1",
"python-dotenv>=1.2.1",
]
[[tool.uv.index]]