taras42 / karma-jasmine-html-reporter

A Karma plugin. Dynamically displays tests results at debug.html page
MIT License
44 stars 17 forks source link

xit is reported differently than xdescribe #29

Open sjones6 opened 6 years ago

sjones6 commented 6 years ago

Thanks for this package! I really enjoy it and use it for most of my projects!

I found a discrepancy with the way it reports xit. When excluding a test from a run using xit versus xdisabled, there are a few discrepancies:

xdescribe:

xit:

I'll put up a PR that addresses this so the report is consistent.