我是端到端测试的新手,我为我的E2E测试用例生成报告我的配置代码是
onPrepare:
function () {
require('protractor-trx-reporter');
jasmine.getEnv().addReporter(
new jasmine.TrxReporter('ProtractorTestResults.trx'));
}
已经通过npm安装protractor-trx-reporter但仍无法获取ProtractorTestResults.trx文件。