badeball / karma-jsdom-launcher

A Karma plugin. Launcher for jsdom.
MIT License
37 stars 16 forks source link

Set browser name #2

Closed vyorkin closed 8 years ago

vyorkin commented 8 years ago

otherwise it will be shown as undefined in console output

vyorkin commented 8 years ago

Whats the purpose of this package? Because I don't need a browser (and Karma launcher) to use something like jsdom + mocha to run tests on Node (locally or on CI server).

badeball commented 8 years ago

Hi, @vyorkin

Thank you for your contribution! The purpose of this package was to make it easier to test xpath-dom across multiple browsers (even jsdom). Having a karma launcher means that I can test all browsers in one invocation.