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

fix issue

上级 0c05df40
VERSION=3.1.0
VERSION=3.2.0
PROJECT=ztf
ifeq ($(OS),Windows_NT)
......
......@@ -118,10 +118,15 @@ export const unitTestTypesDef = [
value: 'cppunit',
cmd: 'ztf cppunit -p product_id ./MathTest',
},
{
label: 'RobotFramework',
value: 'robotframework',
cmd: 'ztf robot -p product_id robot -d results src/testcase',
},
{
label: 'Cypress',
value: 'cypress',
cmd: 'ztf cypress -p product_id --verbose yarn cypress:run --spec "cypress/integration/test/baidu.spec.js" --reporter junit --reporter-options "mochaFile=results/test_output.xml,toConsole=true"',
cmd: 'ztf cypress -p product_id yarn cypress:run --spec "cypress/integration/test/baidu.spec.js" --reporter junit --reporter-options "mochaFile=results/test_output.xml,toConsole=true"',
},
{
label: 'Playwright',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册