coast-team / netflux

JavaScript client and server side transport API based on WebRTC & WebSocket
https://coast-team.github.io/netflux
GNU Affero General Public License v3.0
213 stars 14 forks source link

Add Browser prefix for test reporter (e.g. "Firefox ✓"). #42

Closed kalitine closed 6 years ago

kalitine commented 7 years ago

Current behavior When running test with Karma for both browsers (Chrome and Firefox) the successful tests reports do not contain the Browser name (failed test do).

Expected behavior Know which Browser successfully executed the test in test reporter.

What is the motivation / use case for changing the behavior? Improve debugging.

kalitine commented 6 years ago

With new version of Karma & Jasmine, it is ok.