iamchrismiller / grunt-casper

Run CasperJS Scripts/Functional Tests
Other
69 stars 38 forks source link

Include of clientside scripts does not work #71

Closed aixellent closed 9 years ago

aixellent commented 9 years ago

Hi i am just trying to add a utils JS which is located just inside my teststructure THIS: casper : { options : { test : true, includes : 'path/to/inc.js',

Isnt working for me, when i list the clientScripts of my casper Object the array is empty and i am sure that the path to the includes JS file is correct, because i can require it inside a single test but it is not included when i try to add it in Grunt.

Is this a known task or am i doing anything wrong here?

aixellent commented 9 years ago

After new installation of environment it worked as described, sorry for the issue :)