- 09 Jun, 2013 2 commits
-
-
-
PhantomJS has a strange behavior on fs.read: it seems it reads file always as binary file. However SlimerJS's fs.read strictly respect the 'b' flag. So the web server of selftest should return content of binary files as... binary data. Else images are not sent correctly to the browser and Gecko cannot display them. and then some tests fail, like tests on assertVisible.
Laurent Jouanneau authored
-
- 11 Mar, 2013 1 commit
-
-
- 22 Feb, 2013 1 commit
-
-
- 21 Nov, 2012 1 commit
-
-
A new `remoteScripts` casper option has been added in order to load remote client scripts into the page DOM environment: ```javascript var casper = require('casper').create({ remoteScripts: ['http://code.jquery.com/jquery-1.8.3.min.js', 'http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.4.2/underscore-min.js'] }); ```
Nicolas Perriault authored
-
- 27 Oct, 2012 1 commit
-
-
- 21 Oct, 2012 1 commit
-
-
- 14 Jul, 2012 1 commit
-
-
CasperJS test suites are now run against a local phantomjs based HTTP server. A new `casperjs selftest` command has been added to conveniently run CasperJS own test suite.
Nicolas Perriault authored
-