Skip to content

Instantly share code, notes, and snippets.

@ahmadshah
Created May 15, 2014 15:11
Show Gist options
  • Save ahmadshah/e8cd4f091a75ef725314 to your computer and use it in GitHub Desktop.
Save ahmadshah/e8cd4f091a75ef725314 to your computer and use it in GitHub Desktop.
Casperjs
casper.test.begin('Test tax incentive login page', 2, function (test) {
casper.start('http://dev.taxincentive.flexworklife.my', function () {
test.assertTitle('Flexworklife - Tax Incentive', 'Page title is correct');
test.assertExists('form', 'Login form exists');
});
casper.run(function () {
test.done();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment