Files
AppAutoTest/pyproject.toml
CNWei 52758940ed feat(core,utils): 新增CoreDriver基础操作,更新文档
- 新增 switch_to_webview/switch_to_native 切换视图。
- 新增 config_loader.py 配置文件系统
- 优化 conftest.py,支持获取设备信息和默认参数。
- 优化 run_appium.py
- 更新 README.md
- 其他优化
2026-02-06 17:28:04 +08:00

21 lines
452 B
TOML

[project]
name = "appautotest"
version = "0.1.0"
description = "App自动化测试框架"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"allure-pytest==2.13.5",
"appium-python-client>=5.2.4",
"loguru>=0.7.3",
"pytest>=8.3.5",
"PyYAML>=6.0.1",
"openpyxl>=3.1.2",
"pytest-rerunfailures>=16.1",
"python-dotenv>=1.2.1",
]
[[tool.uv.index]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
default = true