BackstopJS
BackstopJS copied to clipboard
Allow to overwrite projectPath via options
The projectPath is always taking the Node current directory. However when using backstopJS inside NodeJS, especially when running several backstopJS configuration file. Overriding projectPath via the option allows to be flexible (it fallbacks to the current working directory of Node is nothing is defined).