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 (9 loc) 278 B
var casper = require('casper').create({ verbose: true, logLevel: 'debug' }); casper.log('this is a debug message', 'debug'); casper.log('and an informative one', 'info'); casper.log('and a warning', 'warning'); casper.log('and an error', 'error'); casper.exit();