dtabuenc / karma-html-reporter

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

Bug #45 null check errors #47

Open vbrin27 opened 4 years ago

vbrin27 commented 4 years ago

Sometime browserResults[browser.id] is undefined and hence Null Check is included. Same goes for browser.results in prepareResults function.