mocha-headless

A Boilerplate to use Mocha test framework as a Headless browser on top of Zombie (FYI it's not a cross-browser approach but helps towards the TDD development process)

Stars
8

Mocha Headless

A Boilerplate to use Mocha test framework as a Headless browser on top of Zombie (FYI it's not a cross-browser approach but helps towards the TDD development process)

Before the first test

npm install

Default test runner command (written on Makefile)

make test

Test case example

Take a look at test/homepageTest.js