Compare commits

..

9 Commits

Author SHA1 Message Date
autotest 444477e449 Delete test_EfhKXPt0.yaml 2024-07-11 14:07:00 +08:00
autotest c7ecf34bc2 Christine Eaton DDS 2024-07-11 14:06:56 +08:00
autotest 05b5aad15b Robin Moore 2024-07-11 14:06:49 +08:00
autotest 6a256432eb Delete test_yaIIl2ch.yaml 2024-07-11 14:01:38 +08:00
autotest 92f7720bc9 Lisa Campbell 2024-07-11 14:01:34 +08:00
autotest 1dc8a9f5da Carl Johnson 2024-07-11 14:01:27 +08:00
autotest 5da9f00fb2 Delete test_NiyN3_F7.yaml 2024-07-11 13:55:54 +08:00
autotest 937ab7a455 Patty Vega 2024-07-11 13:55:50 +08:00
autotest f66ded728a Brenda Norton 2024-07-11 13:55:42 +08:00
1 changed files with 0 additions and 47 deletions

View File

@ -1,47 +0,0 @@
case_common:
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: