这是我用来运行赛普拉斯测试的命令:
cypress run --spec 'cypress/integration/features/**/*' --reporter junit --reporter-options mochaFile=results-[hash].xml
mocha / junit输出json而不是xml的报告程序选项是什么?
具体来说,我需要赛普拉斯以这种确切格式输出json,这是否可能,如果可以,怎么办? https://bitbucket.org/Adaptavist/tm4j-junit-integration-example/src/master/tm4j_result.json