chrisgladd / grunt-phantomcss

A grunt task for CSS regression testing using PhantomCSS
MIT License
66 stars 57 forks source link

Specify options for the underlying casperjs instance #34

Open 9ikhan opened 9 years ago

9ikhan commented 9 years ago

Currently I run phantomcss tests using the following command. casperjs test --xunit=results.xml --ssl-protocol=tlsv1

Is there a way to pass options such as --xunit, --ssl-protocol from the Gruntfile.js to the underlying casperjs library?

c0nstantine commented 8 years ago

hi @9ikhan, have you found the way to pass such params from the grunt ?

9ikhan commented 8 years ago

@c0nstantine - No, I haven't.