50 lines
1.0 KiB
YAML
50 lines
1.0 KiB
YAML
case_common:
|
|
allure_epic: GitLink接口
|
|
allure_feature: 开源夏令营模块
|
|
allure_story: 获取项目列表接口
|
|
case_markers:
|
|
- gitlink
|
|
- glcc
|
|
- skip: 跳过执行该用例
|
|
|
|
case_info:
|
|
-
|
|
id: gitlink_glcc_get_apply_information_01
|
|
title: 获取已报名成功的项目数据
|
|
severity: normal
|
|
run: True
|
|
url: ${glcc_host}/api/applyInformation/list
|
|
method: GET
|
|
headers:
|
|
Content-Type": application/json; charset=utf-8;
|
|
cookies:
|
|
request_type: params
|
|
payload:
|
|
curPage: 1
|
|
pageSize: 10000
|
|
round: 2
|
|
files:
|
|
assert_response:
|
|
status_code: 200
|
|
assert_sql:
|
|
extract:
|
|
|
|
-
|
|
id: gitlink_glcc_get_apply_information_02
|
|
title: 获取已报名成功的课题数据
|
|
severity: normal
|
|
run: True
|
|
url: ${glcc_host}/api/applyInformation/taskList
|
|
method: GET
|
|
headers: {"Content-Type": "application/json; charset=utf-8;"}
|
|
cookies:
|
|
request_type: params
|
|
payload:
|
|
curPage: 1
|
|
pageSize: 20
|
|
round: 2
|
|
files:
|
|
assert_response:
|
|
status_code: 200
|
|
assert_sql:
|
|
extract: |