提交 d3c38fbe 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

support Playwright and Puppeteer

上级 e42b3d16
......@@ -168,15 +168,15 @@ const exec = (data: any) => {
msg = {act: 'execCase', testSets: sets}
} else if (execType === 'unit') {
const set = {workspaceId: data.id,
const set = {
workspaceId: data.id,
workspaceType: data.type,
cmd: data.cmd,
submitResult: data.submitResult,
name: data.name,
productId: currProduct.value.id,
}
msg = {act: 'execUnit', testSets: [set]}
msg = {act: 'execUnit', testSets: [set], productId: currProduct.value.id}
} else if (execType === 'stop') {
msg = {act: 'execStop'}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册