ronaldlokers / grunt-casperjs

Grunt task for casperjs
MIT License
104 stars 51 forks source link

use latest casperjs (master) #34

Closed ghost closed 10 years ago

ghost commented 10 years ago

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)

uris77 commented 10 years ago

This would be very helpful. Can't run test suites with 1.0.x. Had to ditch this plugin for that reason.

yyx990803 commented 10 years ago

+1

TechNickAI commented 10 years ago

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

uris77 commented 10 years ago

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.

TechNickAI commented 10 years ago

Version 1.3+ of grunt-casperjs uses the latest version of casperjs

Can you confirm that everything works as you expect?

uris77 commented 10 years ago

Working for me. Thanks.