stanleyhlng / mocha-multi-reporters

Generate multiple mocha reports in a single mocha execution.
MIT License
74 stars 22 forks source link

Unable to run mocha-junit-reporter with parallel run #92

Open Dikshagpta opened 3 years ago

Dikshagpta commented 3 years ago

Expected behavior

Actual behavior

/Users/dikshagupta/Desktop/cmsweb/cms-web/ui-tests/node_modules/mocha-junit-reporter/index.js:209 return testsuites[testsuites.length - 1].testsuite; ^ TypeError: Cannot read property 'testsuite' of undefined

Information about the Issue

Steps to reproduce the behavior

  1. ...
  2. ...
koerbcm commented 3 years ago

👍