// //var casper = require('casper').create({ // viewportSize:{ // width:1024, height:768 // }, // pageSettings:{ // userAgent:'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11' // }, // verbose:true //}); casper.test.comment('Testing coupons'); ////LIST // @todo implement ////CREATE // @todo implement ////EDIT CHECK // @todo implement ////DELETE // @todo implement //RUN casper.run(function() { this.test.done(); });