Efficient and Safe JavaScript Testing with Zombie.js Framework


Summary of my bookmarked Github repositories from Apr 27th, 2015

Github repositories

  • assaf/zombie

    Zombie.js is a fast and lightweight framework for testing client-side JavaScript code in a simulated environment without the need for a browser. It allows you to write tests using popular testing frameworks like Mocha. The example code demonstrates how to use Zombie.js to simulate signing up on a webpage and perform assertions on the resulting page. It provides various methods for interacting with the browser, such as filling forms, clicking buttons, and making assertions. However, it's important to note that crawling untrusted web pages with Zombie.js is not safe.