I am new in end-to-end testing, I am generating the report for my E2E test cases my code in config is
onPrepare:
function () {
require('protractor-trx-reporter');
jasmine.getEnv().addReporter(
new jasmine.TrxReporter('ProtractorTestResults.trx'));
}
already install protractor-trx-reporter via npm but still not able to get the ProtractorTestResults.trx file.