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?
First and foremost: Phantomjs does not launch Chrome. Phantomjs is a javascript implementation of Webkit.
Now, if you want to run firefox headlessly you can run it inside XVFB. Without knowing anything about your build since you haven't included that, I'll just link to node xvfb which is probably a good place to get started: https://github.com/proxv/node-xvfb