Top "Zombie.js" questions

Zombie.

AngularJS - server-side rendering

As you may know, AirBnb opensourced Rendr (http://nerds.airbnb.com/weve-open-sourced-rendr) which should enable server-side rendering of Backbone apps. …

node.js angularjs templates server-side-rendering zombie.js
Scrape a webpage and navigate by clicking buttons

I want to perform following actions at the server side: 1) Scrape a webpage 2) Simulate a click on that page and …

node.js web-scraping phantomjs jsdom zombie.js
Mock/Test Mongodb Database Node.js

I am learning nodejs and I have a mongodb database with which i have to interact with. I am currently …

node.js mongodb integration-testing mocha zombie.js
Filling log in form with zombie in node.js

Evening! I'm trying to log in into a website with zombie.js, but I don't seem to be able to …

javascript node.js zombie.js
Setup/teardown of express.js application with mocha

I'm trying to create a standalone test suite using mocha, that in a perfect world would start up my express.…

node.js makefile express zombie.js
Problems with web site scraping using zombie.js

I need to do some web scraping. After playing around with different web testing framework, of which most where either …

javascript facebook node.js screen-scraping zombie.js
How to use browser.wait() in zombie.js?

I've got a Web application that continuously polls for data from the server using Ajax requests. I would like to …

node.js zombie.js
Can I make Behat/ZombieJS/Mink simulate a click on a "non-link" element, to fire JS listeners?

I am using Behat for testing, with the ZombieJS driver, and everything is working very well so far, but there …

behat zombie.js mink
Mocha and ZombieJS

I'm starting a nodejs project and would like to do BDD with Mocha and Zombiejs. Unfortunately I'm new to just …

node.js bdd mocha zombie.js