新增部分测试用例

This commit is contained in:
floraachy
2024-03-22 16:24:06 +08:00
parent 74c0b7780f
commit a4197a06c1
41 changed files with 2136 additions and 27 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# 公共参数
case_common:
allure_epic: GitLink接口 # 敏捷里面的概念,定义史诗,相当于module级的标签, 往下是 feature
allure_feature: 登录模块 # 功能点的描述,相当于class级的标签, 理解成模块往下是 story
allure_feature: 用户模块 # 功能点的描述,相当于class级的标签, 理解成模块往下是 story
allure_story: 登录接口 # 故事,可以理解为场景,相当于method级的标签, 往下是 title
case_markers: # pytest框架的标记 pytest.mark.
- gitlink