Coming soon: Continuous Integration with JavaScript

Jon Tirsen writes about Continuous Integration with JavaScript and how this will be a part of script.aculo.us. Basically, there’ll be some magic in the Rakefile for script.aculo.us (using WEBrick and AppleScript) and some additional magic in unittest.js to do this: desc “Runs all the JavaScript unit tests and collects the results” JavaScriptTestTask.new(:unittest) do |t| t.mount(“/lib”) … Continue reading Coming soon: Continuous Integration with JavaScript