Alex Verbruggen

Results 2 comments of Alex Verbruggen

This is the only reference I can find for puppet: https://github.com/garris/BackstopJS/blob/269c9f649fa48f4bdbb95a3fab02092a718156b6/core/util/runPuppet.js#L82-L90 I'm not very proficient at javascript. Could someone help me with a small implementation to unbind these log messages?...

Thank you for the swift answer. I created something similar but still nasty: onBefore.js ```javascript (function (original) { console.enableLogging = function () { console.log = original; }; console.disableLogging = function...