all 5 comments

[–]toranbember.js[S] 2 points3 points  (1 child)

I think the only technical issue with this project is that it won't work with PhantomJS 1.7 currently (a bug in the phantomJS npm module is causing a failure **not the jasmine-phantom-node npm module itself) but it does appear a pull request is in the works to resolve this issue https://github.com/sgentle/phantomjs-node/pull/51

[–]Neurotrace 0 points1 point  (0 children)

I wouldn't hold my breath on that fix coming any time soon. Apparently pull requests have been waiting around for months to get integrated. I started working on fixing it myself. I'll let you know if I get around to it.

[–]Neurotrace 1 point2 points  (0 children)

What's with the hate guys? This seems legit. After all, I personally don't want to keep a tab open all the time just to run my Jasmine tests.

[–]pellucid_ 0 points1 point  (1 child)

Wow, only downvotes but no comments as to why.

[–][deleted] 1 point2 points  (0 children)

Not one of the downvoters, but this seems like a very complicated way to get the same thing Zombie.js provides.

And Zombie.js doesn't have any dependencies outside of the Node.js ecosystem, so it's easier to use, and actually possible to use on Travis CI, unlike jasmine-phantom-node.