UNPKG

grunt-casper-teamcity

Version:

Run Casper CLI Scripts With Grunt + Hudl changes to support teamcity logs. This is fork of grunt-casper

11 lines (6 loc) 186 B
var casper = require("casper").create(); casper.start('test/fixtures/basicSiteWithImages.html'); casper.then(function() { this.capture('tmp/test.png'); }); casper.run();