feat: 新增DDT模式的支持

- 新增 data_loader 数据驱动加载器。
- 新增 test_keyword_sample 测试执行代码
This commit is contained in:
2026-01-23 17:55:20 +08:00
parent 69b449f5b6
commit 684bb2c0cd
14 changed files with 235 additions and 10 deletions

View File

@@ -9,6 +9,8 @@ dependencies = [
"appium-python-client>=5.2.4",
"loguru>=0.7.3",
"pytest>=8.3.5",
"PyYAML>=6.0.1",
"openpyxl>=3.1.2",
]
[[tool.uv.index]]