Last active
November 9, 2017 08:24
-
-
Save isummation/c51443b0d360e03c058d711ed10647d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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