iamchrismiller / grunt-casper

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

Add support for options and args passing to casperjs #5

Closed pagameba closed 11 years ago

pagameba commented 11 years ago

CasperJS allows passing options and arguments on the command line when not in test mode. This patch modifies grunt-casper to pick up additional arguments passed to the a grunt task and pass them through to casper when not in test mode.

Includes tests and an update to the readme

iamchrismiller commented 11 years ago

Looks good. Thanks for writing tests and updating readme.

hasanyousuf commented 10 years ago

if we are running casperjs in test mode what should we do to pass the arguments?