0

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.

halfer
  • 19,824
  • 17
  • 99
  • 186
Ritesh Gore
  • 49
  • 10

0 Answers0