Skip to content

Instantly share code, notes, and snippets.

@isummation
Last active November 9, 2017 08:24
Show Gist options
  • Select an option

  • Save isummation/c51443b0d360e03c058d711ed10647d6 to your computer and use it in GitHub Desktop.

Select an option

Save isummation/c51443b0d360e03c058d711ed10647d6 to your computer and use it in GitHub Desktop.
casper.run(function() {
this.test.done(10);
this.echo('So the whole suite ended.');
require('utils').dump(casper.test.getFailures());
require('utils').dump(casper.test.getPasses());
this.exit();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment