0.0.1 • Published 13 years ago
zombiewalk v0.0.1
Zombiewalk
Command line tool that tests your code under zombie.js.
Installation
sudo npm install -g zombiewalkUsage
Qunit test:
zombiewalk --url path_to_test.htmlReporters
You can change command output by specifying reporter.
zombiewalk --reporter reporter_name_or_pathList of all buld-in reporters:
zombiewalk --listCurrently there are 2 build-in reporters:
- default: Output inspired by qunit
- minimal: Prints OK if tests passed and FAILED otherwise
You can always provide a custom reporter. If you want to create
your own reporter examine lib/reporter/minimal.js to see what
methods you need to implement.
Controllers
List of all build-in controllers:
zombiewalk --listIn version 0.1.0 there is only one controller: qunit. It enables you
to run qunit tests under zombie.js without any source modyfications.
More controllers comming soon.
Status
Under construction.
Tests 
npm test0.0.1
13 years ago