Added visual regression test
This commit is contained in:
4
test/visual/fixtures/onBefore.js
Normal file
4
test/visual/fixtures/onBefore.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = function(casper, scenario, vp) {
|
||||
casper.echo('onBeforeEach.js', 'INFO');
|
||||
casper.wait(50);
|
||||
};
|
4
test/visual/fixtures/onReady.js
Normal file
4
test/visual/fixtures/onReady.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = function(casper, scenario, vp) {
|
||||
casper.echo('onReady.js', 'INFO');
|
||||
casper.wait(50);
|
||||
};
|
Reference in New Issue
Block a user