- 06 Jun, 2012 9 commits
-
-
-
-
-
-
A new `--includes` option has been added to the `casper test` command, allowing to pass a list of js/coffee scripts to include before each suite execution: $ casperjs test --includes=foo.js,bar.js my_test_suite.js
Nicolas Perriault authored -
-
-
-
-
- 05 Jun, 2012 2 commits
-
-
- 04 Jun, 2012 7 commits
-
-
- 03 Jun, 2012 3 commits
-
-
- 31 May, 2012 5 commits
-
-
-
-
This is to allow having no output coloration. A new `colorizerType` casper option has been added to choose between the `Colorizer` and `Dummy` types. Usage: var casper = require('casper').create({ colorizerType: 'Dummy' // no color added });
Nicolas Perriault authored -
-
Casper.clickLabel() can click on an element found by its innerText content.
Nicolas Perriault authored
-
- 28 May, 2012 11 commits
-
-
-
-
The new `error` event is basically a hook into PhantomJS' `onError` native handler. Tester has been refactored to take part of this new evented strategy to display better informations in test results.
Nicolas Perriault authored -
-
closes #89 - Support for more mouse events Conflicts: modules/casper.js modules/clientutils.js
Nicolas Perriault authored -
-
-
-
-
-
- 27 May, 2012 3 commits
-
-
Now all `assert*` methods returns an object containing informations about the failure, if any.
Nicolas Perriault authored -
-
-