milligram/test/visual/fixtures/onBefore.js
2016-07-31 21:28:58 -03:00

5 lines
112 B
JavaScript

module.exports = function(casper, scenario, vp) {
casper.echo('onBeforeEach.js', 'INFO');
casper.wait(50);
};