更新pms一系列用例
This commit is contained in:
@@ -19,7 +19,7 @@ case_info:
|
||||
title: 项目下新建迭代接口 - 新建成功
|
||||
run: True
|
||||
severity: blocker
|
||||
url: ${pms_host}/api/pms/pmsProjectSprint
|
||||
url: ${pms_host}/api/pms/${env_enterprise_identifier}/pmsProjectSprint
|
||||
method: POST
|
||||
headers:
|
||||
Content-Type: application/json; charset=utf-8;
|
||||
@@ -47,7 +47,7 @@ case_info:
|
||||
title: 项目下新建迭代接口 - 迭代名称长度101, 新建失败
|
||||
run: True
|
||||
severity: normal
|
||||
url: ${pms_host}/api/pms/pmsProjectSprint
|
||||
url: ${pms_host}/api/pms/${env_enterprise_identifier}/pmsProjectSprint
|
||||
method: POST
|
||||
headers:
|
||||
Content-Type: application/json; charset=utf-8;
|
||||
@@ -76,7 +76,7 @@ case_info:
|
||||
title: 项目下新建迭代接口 - 迭代名称长度为空, 新建失败
|
||||
run: True
|
||||
severity: normal
|
||||
url: ${pms_host}/api/pms/pmsProjectSprint
|
||||
url: ${pms_host}/api/pms/${env_enterprise_identifier}/pmsProjectSprint
|
||||
method: POST
|
||||
headers:
|
||||
Content-Type: application/json; charset=utf-8;
|
||||
@@ -104,7 +104,7 @@ case_info:
|
||||
title: 项目下新建迭代接口 - 迭代描述长度201, 新建失败
|
||||
run: True
|
||||
severity: normal
|
||||
url: ${pms_host}/api/pms/pmsProjectSprint
|
||||
url: ${pms_host}/api/pms/${env_enterprise_identifier}/pmsProjectSprint
|
||||
method: POST
|
||||
headers:
|
||||
Content-Type: application/json; charset=utf-8;
|
||||
@@ -133,7 +133,7 @@ case_info:
|
||||
title: 项目下新建迭代接口 - 截止时间早于开始时间, 新建失败
|
||||
run: True
|
||||
severity: normal
|
||||
url: ${pms_host}/api/pms/pmsProjectSprint
|
||||
url: ${pms_host}/api/pms/${env_enterprise_identifier}/pmsProjectSprint
|
||||
method: POST
|
||||
headers:
|
||||
Content-Type: application/json; charset=utf-8;
|
||||
|
||||
Reference in New Issue
Block a user