Delete demo_test_upload.yaml
This commit is contained in:
parent
8330631d53
commit
ba12770d0f
|
@ -1,55 +0,0 @@
|
||||||
# 公共参数
|
|
||||||
case_common:
|
|
||||||
allure_epic: GitLink接口(自动生成用例)
|
|
||||||
allure_feature: 上传文件模块
|
|
||||||
allure_story: 上传文件
|
|
||||||
case_markers:
|
|
||||||
- gitlink
|
|
||||||
- upload_file
|
|
||||||
- skip: 跳过该用例
|
|
||||||
|
|
||||||
# 用例数据
|
|
||||||
case_info:
|
|
||||||
-
|
|
||||||
id: case_upload_file_01
|
|
||||||
title: 测试单文件上传
|
|
||||||
severity:
|
|
||||||
run: False
|
|
||||||
url: /api/attachments.json
|
|
||||||
method: POST
|
|
||||||
headers:
|
|
||||||
cookies: ${login_cookie}
|
|
||||||
cookies:
|
|
||||||
request_type: file
|
|
||||||
payload:
|
|
||||||
files:
|
|
||||||
file: TOC出库订单导入模板(2).xlsx
|
|
||||||
extract:
|
|
||||||
file_id: $.id
|
|
||||||
assert_response:
|
|
||||||
eq:
|
|
||||||
http_code: 200
|
|
||||||
assert_sql:
|
|
||||||
|
|
||||||
-
|
|
||||||
id: case_upload_file_02
|
|
||||||
title: 测试多文件上传(该接口不支持多文件上传,这是一个示例)
|
|
||||||
severity: normal
|
|
||||||
run: False
|
|
||||||
url: /api/attachments.json
|
|
||||||
method: POST
|
|
||||||
headers:
|
|
||||||
cookies: ${login_cookie}
|
|
||||||
cookies:
|
|
||||||
request_type: file
|
|
||||||
payload:
|
|
||||||
files:
|
|
||||||
file:
|
|
||||||
- 导入TOC订单.xls
|
|
||||||
- toc.xls
|
|
||||||
extract:
|
|
||||||
file_id: $.id
|
|
||||||
assert_response:
|
|
||||||
eq:
|
|
||||||
http_code: 200
|
|
||||||
assert_sql:
|
|
Loading…
Reference in New Issue