On Fri, Feb 13, 2009 at 3:13 PM, Chris Anderson <[email protected]> wrote: > On Fri, Feb 13, 2009 at 12:07 PM, Zachary Zolton > <[email protected]> wrote: >> I know John Resig produced some interesting work, WRT unit testing >> browser-based JavaScript: >> >> http://ejohn.org/projects/bringing-the-browser-to-the-server/ >> >> Something like this might suffice for those who would like to run >> CouchDB's JavaScript test suite outside of the browser...? >> > > We've got the basics of a command line JS runner in the package > currently. It's big problem is that it requires a running couchdb on > localhost:5984 in order to work. To run: >
The browser requires a running trunk too though. :D > cd test/ && ./runner.sh > > -- > Chris Anderson > http://jchris.mfdz.com >
