Notes about your presentation draft
As kindly requested :)
- http://aurelien.thier.io/casperjs-ghost-tour/#selectors: you should mention the import of
var x = require('casper').selectXPath
- on the same slide, it probably misses a
run()
final call - http://aurelien.thier.io/casperjs-ghost-tour/#evaluates: you may want to mention the
remoteScripts
option as well - on the same slide,
this.test.assertEval(function(title)}, 'google.fr title is "Google"', 'Google');
should bethis.test.assertEval(function(title)}, 'Google', 'google.fr title is "Google"');
- http://aurelien.thier.io/casperjs-ghost-tour/#debug: you should mention the existence of a bookmarklet
- http://aurelien.thier.io/casperjs-ghost-tour/#more: maybe add the link to the casperjs github org listing its whole ecosystem: https://github.com/casperjs
Other than that, great presentation, all the best :)
PS: I slightly rewrote your demo example and added a 1.1-dev version, see below