Skip to content

Instantly share code, notes, and snippets.

@lydemann
Created September 17, 2018 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lydemann/11c4f10675ab024b59ddbb612c578534 to your computer and use it in GitHub Desktop.
Save lydemann/11c4f10675ab024b59ddbb612c578534 to your computer and use it in GitHub Desktop.
protractor-update-goldens.conf.js
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