ngauthier / hydra

Distributed testing framework
MIT License
389 stars 63 forks source link

issue running hydra with cucumber #34

Closed Dishwasha closed 13 years ago

Dishwasha commented 13 years ago

It looks like hydra doesn't pass the environment down to SSH workers correctly so the tests were running under a RAILS environment of test rather than cucumber. This may not be the most appropriate way to set the environment, but hopefully can spur a fix.

I had to customize testjour a little bit a while ago for our test farm back before there wasn't anything on Google about it, but it's not nearly as current as hydra is with cucumber. Thanks a lot for this great piece of software.

Feel free to check out the post I made a while back, you might be interested in my capistrano script on the third page. I used git to sync up everything to a master server which then used the regular testjour rsync process. We were eventually going to make it sync with git, git diff, rsync the diff, and patch but never got around to doing that, so it was bound to the last local commit. http://openphin.blogspot.com/2009/11/getting-testjour-up-and-running.html

ngauthier commented 13 years ago

Awesome thanks. Merged in. I'll be releasing a patch version in a bit with other issues fixed.

ngauthier commented 13 years ago

Hydra 0.23.3, thanks for the help!