Files
apiautotest/interface/pms/projects/sprint/test_pms_delete_sprint.yaml
T
2024-01-05 16:20:43 +08:00

37 lines
883 B
YAML

case_common:
allure_epic: 项目管理
allure_feature: 项目模块
allure_story: 迭代
case_markers:
- pms
- pms_project
- sprint
- usefixtures: gitlink_login
case_info:
- id: pms_delete_sprint_01
title: 项目下删除迭代接口
run: True
severity: normal
url: ${pms_host}/api/pms/pmsProjectSprint/${project_sprint_id}
method: DELETE
headers:
Content-Type: application/json; charset=utf-8;
cookies: ${cookies}
request_type: json
payload:
files:
assert_response:
status_code: 200
assertMessage:
type_jsonpath: $.msg
expect_value: 操作成功
assert_type: ==
assert_sql:
extract:
case_dependence:
setup:
interface:
- pms_get_project_member_list_01
- pms_new_sprint_01
- pms_get_sprint_list_by_name_02