Added visual regression test

This commit is contained in:
CJ Patoilo
2016-07-31 21:28:58 -03:00
parent 527db9dfaf
commit ba298be4ad
10 changed files with 46 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
module.exports = function(casper, scenario, vp) {
casper.echo('onBeforeEach.js', 'INFO');
casper.wait(50);
};

View File

@@ -0,0 +1,4 @@
module.exports = function(casper, scenario, vp) {
casper.echo('onReady.js', 'INFO');
casper.wait(50);
};