Created
September 17, 2018 14:25
-
-
Save lydemann/11c4f10675ab024b59ddbb612c578534 to your computer and use it in GitHub Desktop.
protractor-update-goldens.conf.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let config = require('./protractor.conf.js').config; | |
// If UPDATE_GOLDENS is "1" or "true", blue-harvest will update the reference | |
// screenshots instead of comparing against them. | |
process.env['UPDATE_GOLDENS'] = "true"; | |
exports.config = config; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment