fixes #282 - remote scripts loading
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'] }); ```
Showing
7 changed files
with
84 additions
and
8 deletions
tests/site/includes/include1.js
0 → 100644
tests/site/includes/include2.js
0 → 100644
tests/suites/casper/scripts.js
0 → 100644
-
Please register or sign in to post a comment