- 27 Nov, 2013 1 commit
-
-
Prevent overriding of preconfigured casper instance in a test environment
Nicolas Perriault authored
-
- 26 Nov, 2013 12 commits
-
-
This was a hard decision to take, but too many people just don't read the docs and create new casper instance in a test env, overriding the preconfigured one which creates cumbersome and hard to understand situation. Hopefully this change will inform users right from the place they read docs the most, fatal error messages.
Nicolas Perriault authored -
-
-
-
-
-
-
- 25 Nov, 2013 3 commits
-
-
Introduced a new Casper `silentErrors` option which is set to `false` by default.
Nicolas Perriault authored
-
- 21 Nov, 2013 2 commits
-
-
- 20 Nov, 2013 9 commits
-
-
-
-
-
-
-
casper.test.on("exit", function() { console.log("exited"); }) casper.test.begin("sample", function(test) { test.assert(true); test.done(); }); will print "exited" on the last line of the output.
Nicolas Perriault authored -
-
-
-
- 18 Nov, 2013 2 commits
- 17 Nov, 2013 1 commit
- 16 Nov, 2013 7 commits
-
-
- 15 Nov, 2013 3 commits
-
-