Skip to content

benrady/jasmine-nodejs-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jasmine Node.js example application

An example of how to test client side (browser) javascript using node.js and the Jasmine testing framework.

== Installation ==

# Install node.js
wget http://nodejs.org/dist/node-v0.1.103.tar.gz
tar -xf node-v0.1.103.tar.gz
cd node-v0.1.103
./configure
make
sudo make install

== Starting a Webserver ==

$ ./script/server

== Running Tests == 

$ gem install watchr
$ watchr nodejs.watchr

== Possible Improvements ==

* Port ext.js to node.js
* Upgrade to latest Jasmine (1.0?)

About

Example project using jasmine with node.js to test client side (browser) javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published