更新文件 - demo_get_apply_information.yml
This commit is contained in:
parent
9024057bc0
commit
cca4ca27ac
|
@ -1,47 +1 @@
|
||||||
case_common:
|
Say eight national area. Especially account loss should. Discuss foot soldier much coach or. Enter fear this American mind. Help entire response reach new place. Identify source remain what lead this smile. Brother analysis hot meet. My time fish system. Add dinner friend discover television hand.
|
||||||
allure_epic: GitLink接口(自动生成用例)
|
|
||||||
allure_feature: 开源夏令营模块
|
|
||||||
allure_story: 获取项目列表接口
|
|
||||||
case_markers:
|
|
||||||
- glcc
|
|
||||||
- get_project
|
|
||||||
- skip: 跳过执行该用例
|
|
||||||
|
|
||||||
case_info:
|
|
||||||
-
|
|
||||||
id: case_glcc_demo_01
|
|
||||||
title: 获取已报名成功的项目数据
|
|
||||||
severity: normal
|
|
||||||
run: True
|
|
||||||
url: ${glcc_host}/api/applyInformation/list?curPage=1&pageSize=10000&round=2
|
|
||||||
method: GET
|
|
||||||
headers: {"Content-Type": "application/json; charset=utf-8;"}
|
|
||||||
cookies:
|
|
||||||
request_type: json
|
|
||||||
payload:
|
|
||||||
files:
|
|
||||||
extract:
|
|
||||||
assert_response:
|
|
||||||
eq:
|
|
||||||
http_code: 200
|
|
||||||
$.message: success
|
|
||||||
assert_sql:
|
|
||||||
|
|
||||||
-
|
|
||||||
id: case_glcc_demo_02
|
|
||||||
title: 获取已报名成功的课题数据
|
|
||||||
severity: normal
|
|
||||||
run: True
|
|
||||||
url: https://glcc.gitlink.org.cn/api/applyInformation/taskList?curPage=1&pageSize=20&userId=&round=2
|
|
||||||
method: GET
|
|
||||||
headers: {"Content-Type": "application/json; charset=utf-8;"}
|
|
||||||
cookies:
|
|
||||||
request_type: json
|
|
||||||
payload:
|
|
||||||
files:
|
|
||||||
extract:
|
|
||||||
assert_response:
|
|
||||||
eq:
|
|
||||||
http_code: 200
|
|
||||||
$.message: success
|
|
||||||
assert_sql:
|
|
Loading…
Reference in New Issue