Results 3 issues of bruk

`gemini --version`: 4.13.0 ... Contents of `.gemini.json` file: ```yaml { "rootUrl": "http://devserver/", "screenshotsDir": "./vDiffScreens", "browsers": { "phantomjs": { "retry": 3, "desiredCapabilities": { "browserName": "phantomjs" } } }, "httpTimeout": 25000, "sessionRequestTimeout":...

It would be nice the hmlReporter accepted an argument to set the background... something like: gemini test --reporter html --htmlBackground #d8f4c8 Thanks

Hi, I love this tool and trying to use with [grunt-css-lint ](https://github.com/ahmednuaman/grunt-scss-lint) but the problem I've is grunt-css-lint uses 'allFiles' to provide all the files to be linted but paralleize...