What's Changed
* Changed debug settings - only `debug=true` will save logs and images to disk under `sbvt_debug` folder
* No files are written to disk by default unless `saveTo` or `debug` setting is provided (allows to run where I/O is unavailable)
* All images are built and managed in memory before being saved via the API
* Removed automatic printing of results to console
* Added `printReport` instance method for printing results to screen after a test run
* Add `comparisonMode` option to capture method to override default project setting