Home

History Key

  • New content
  • Removed content

Recent Versions

Choose two versions to compare, or click the link to view it.

  1. 9. over 3 years by scottvlaminck
  2. 8. over 3 years by scottvlaminck
  3. 7. over 3 years by scottvlaminck
  4. 6. over 3 years by scottvlaminck
  5. 5. over 3 years by scottvlaminck
  6. 4. over 3 years by scottvlaminck
  7. 3. over 3 years by scottvlaminck
  8. 2. over 3 years by scottvlaminck
  9. 1. over 3 years by scottvlaminck
 

About Sumatra

Sumatra is a testing framework for javascript code written in Groovy.

On a number of projects recently, I have found myself writing a lot of javascript code and have found that I didn't have a good way of testing this code. I created Sumatra so that I could write tests in Groovy that would execute this growing mass of JavaScript code.

 

Get the code

svn co http://svn.assembla.com/svn/sumatra/trunk/sumatra

 

Run the examples

From the command line, execute ./runExamples.sh


Take a tour of Sumatra

The best way to understand how Sumatra works and how it makes testing javascript code easier is to look at working examples and see the code in action.


Walk through the examples:

 

Walk through the source in src/groovy/rhinounit/groovy/:

 

Where are the tests?

Unfortunately, they're still sorely needed. Volunteers welcome.

 

What's the future of Sumatra?

I have some thoughts about additional features, but nothing concrete. Check out Sumatra.todo in the project. Again, volunteers welcome.