fix(消息通知): 修复jenkins通知跳转,性能测试跳转
--bug=1008368 --user=刘瑞斌 【消息通知】jenkins执行接口用例的消息通知,跳转错误 https://www.tapd.cn/55049933/s/1075408
This commit is contained in:
parent
98173a3794
commit
aa5d57a97a
|
@ -128,7 +128,7 @@ export function getUrl(d) {
|
|||
if (d.content.indexOf("接口用例") > -1) {
|
||||
url += "/api/definition?caseId=" + d.resourceId;
|
||||
} else if (d.content.indexOf("性能测试") > -1) {
|
||||
url += "/performance/report/view/" + d.resourceId;
|
||||
url += "/performance/test/edit/" + d.resourceId;
|
||||
} else if (d.content.indexOf("接口测试") > -1) {
|
||||
url += "/api/automation/report/view/" + d.resourceId;
|
||||
} else if (d.content.indexOf("测试计划") > -1) {
|
||||
|
|
Loading…
Reference in New Issue