I have not found anything yet about being able to write to a file with Zombie.js.
I realize that js doesn't normally allow writing to files, but is it possible to combine Node.js with Zombie.js?

Does anyone know if it's at all possible to write to a file with the Zombie.js framework?

I'm really just attempting to dump the contents of an html page when the test fails, as I won't be around to see it fail.

link|improve this question
1  
Zombie.js runs on node.js, so: nodejs.org/docs/v0.4.9/api/fs.html#fs.writeFile – Jim Schubert Jul 1 '11 at 20:22
Thanks Jim, that's exactly what I needed. – Chris Jul 6 '11 at 19:27
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.