milligram/test/visual/fixtures/onBefore.js

5 lines
112 B
JavaScript
Raw Normal View History

2016-08-01 00:28:58 +00:00
module.exports = function(casper, scenario, vp) {
casper.echo('onBeforeEach.js', 'INFO');
casper.wait(50);
};