Closed ghost closed 11 years ago
This would be very helpful. Can't run test suites with 1.0.x. Had to ditch this plugin for that reason.
+1
Hi guys,
Note that as of 1.2, you can use your own version of casperjs globally, and the install script will use that instead.
https://github.com/ronaldlokers/grunt-casperjs#install-script-and-casperjs-version
I will also be merging this pull request, and making it available as of 1.3
-Nick
Awesome. Thanks. I had to update recently because they added a reset option to sendKeys. It basically allows you to clear an input text and enter a new string instead of just concatenating to the old string.
Version 1.3+ of grunt-casperjs uses the latest version of casperjs
Can you confirm that everything works as you expect?
Working for me. Thanks.
Update the install to use the latest casperjs version (the master branch). The casperjs README now advises people use the master branch (which has the new test syntax)