dtabuenc / karma-html-reporter

Karma Html Reporter Plugin
MIT License
45 stars 30 forks source link

use fullName as key for suites instead of [].join() #20

Open joseph-jja opened 9 years ago

joseph-jja commented 9 years ago

So I have been struggling with why all I see in the name is [object Object] and have found that the suiteKey is using the result.suite.join which is an array of objects. This ends up in the UI doing weird things. So after several tries this fixes that issue and the html template ends up with the correct name for the suites.