8000 GitHub - stesla/jezebel: A REPL and continuous test runner for Node.js Jasmine tests
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ jezebel Public
forked from benrady/jezebel

A REPL and continuous test runner for Node.js Jasmine tests

License

Notifications You must be signed in to change notification settings

stesla/jezebel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jezebel - a Node.js REPL and continuous test runner for Jasmine

If yo 5EDA u’re writing tests using Node.js and Jasmine, Jezebel will help you get faster feedback. It runs your tests continuously (on each change to your code), and provides a shell (a.k.a REPL – Read, Evaluate, Print, Loop) that lets you interact with your project and your tests.

Installation

Stable version is available on npm, so you can install by using:

npm install jezebel

If you want to install the edge development version, simply clone this repo and install from it:

git clone git://github.com/benrady/jezebel.git
npm install ./jezebel

Using Jezebel

First, be sure that node_modules/.bin is included in your PATH.

$ jezebel 
> runTests()
> ................................................................

Completed in 0.037 seconds
64 examples 

>

Jezebel runs all your tests when it starts, and every time a .js file in or under the current directory is changed. You can force a test run by calling the runTests() function from the REPL. Other functions will become available as jezebel improves.

Acknowledgement

Under the covers, Jezebel uses Jessie (github.com/futuresimple/jessie) to run tests.

Copyright © 2011 Ben Rady. See LICENSE for details.

About

A REPL and continuous test runner for Node.js Jasmine tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0