litixsoft / karma-mocha-reporter

Karma reporter plugin with mocha style logging.
Other
197 stars 45 forks source link

Support for different failure messages for the same test case #92

Closed cvle closed 7 years ago

cvle commented 7 years ago

We are working on a test-suite for https://github.com/cssinjs/css-vendor/pull/11 and depending on which browser, the failure message can be different but karma-mocha-reporter is only reporting the first error message.

cvle commented 7 years ago

Is this the expected behavior?

cvle commented 7 years ago

We resolved this issue by creating different test cases with unique strings for each browser.