Is there a headless browser for FireFox (similar to PhantomJS for Chrome), that can be used with Karma?
Using the Grunt FireFox Launcher plugin causes, the browser to be launched every single time we build our JavaScript using GRUNT. We would like something which is more silent and redirects its output to the console window. Very similar to how PhantomJS works for Chrome. Any ideas?