MCPcopy Index your code
hub / github.com/YMFE/yapi / runCaseScript

Method runCaseScript

server/controllers/interfaceCol.js:856–859  ·  view source on GitHub ↗
(ctx)

Source from the content-addressed store, hash-verified

854 }
855
856 async runCaseScript(ctx) {
857 let params = ctx.request.body;
858 ctx.body = await yapi.commons.runCaseScript(params, params.col_id, params.interface_id, this.getUid());
859 }
860
861 // 数组去重
862 unique(array, compare) {

Callers 1

handleScriptTestMethod · 0.80

Calls 1

getUidMethod · 0.45

Tested by

no test coverage detected