UNPKG

grunt-casper-teamcity

Version:

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

14 lines (10 loc) 349 B
casper.test.begin('Basic Parallel Site Testing Pass Tests 4', 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() { test.done(); }); });