<div dir="ltr">Hey guys,<div><br></div><div>I was thinking about adopting Karma runner for running QUnit tests in AeroGear.js project.</div><div><br></div><div>Currently we use grunt-contrib-qunit,</div><div>but this runner is able to run tests just on PhantomJS and PhantomJS itself has some defficiencies, such as it does not support IndexedDB.</div><div><br></div><div>Karma, on the other hand, is able to run in all mainstream browsers [1], headless browsers such as PhantomJS, and it has even support for cloud-driven browsers such as BrowserStack or SauceLabs (through those we could actually test inside mobile browsers; at least SauceLabs offers free hours for open source projects).</div><div><br></div><div>This would give us pretty good coverage in terms of compatibility testing.</div><div><br></div><div><br></div><div>What do you think?</div><div><br></div><div>Cheers!</div><div><br></div><div>~ Lukas</div><div><br></div><div>[1] <a href="http://karma-runner.github.io/0.12/config/browsers.html">http://karma-runner.github.io/0.12/config/browsers.html</a><br></div></div>