UNPKG

grunt-casper-teamcity

Version:

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

18 lines (12 loc) 388 B
casper.test.begin('Basic Site Testing Pass Tests', 3, function suite(test) { casper.start('test/fixtures/basicSite.html', function() { test.assertTitle('Test Title'); test.assertExists('h1', 'Header Exists'); test.assertExists('p', 'P Tag Exists'); }); casper.run(function() { setTimeout(function() { test.done(); }, 3000); }); });