blinkDiff.outputOnSuccess {boolean} [default=true] - Should an output be created when comparison is successful? There will always be an output if the comparison fails.
blinkDiff.failOnDifference {boolean} [default=true] - Should Taxi trigger an error when a difference is recognized?
blinkDiff.autoApprove {boolean} [default=false] - Should Taxi auto-approve screenshots when no previous comparison exist? Otherwise, the test will ignore this comparison, saving the current build screenshot.
blinkDiff.approvedPath {string} [default=cwd] - Path to the approved folder. Defaults to the current working directory.
blinkDiff.buildPath {string} [default=approvedPath] - Path to the build folder, holding all the screenshots taken in the recent build. Defaults to the approved folder.
blinkDiff.diffPath {string} [default=buildPath] - Path to the difference folder, keeping the highlighted differences between the approved image and the build image. Default to the build folder.
blinkDiff.options {object} - Default values for Blink-Diff options. See the Blink-Diff documentation
blinkDiff.batchFailures {boolean} [default=false] - Failures are batched to the end of the tests when this flag is set.
blinkDiff.failOnAdditions {boolean} [default=false] - Fail when no approved screenshot is found.