UNPKG

casperjs

Version:

A navigation scripting & testing utility for PhantomJS and SlimerJS

9 lines (7 loc) 150 B
casper.test.on("exit", function() { console.log("exited"); }) casper.test.begin("sample", function(test) { test.assert(true); test.done(); });