From dev-return-2579-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Fri Feb 13 21:00:19 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 38004 invoked from network); 13 Feb 2009 21:00:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2009 21:00:17 -0000 Received: (qmail 50804 invoked by uid 500); 13 Feb 2009 21:00:10 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 50769 invoked by uid 500); 13 Feb 2009 21:00:10 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 50752 invoked by uid 99); 13 Feb 2009 21:00:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2009 13:00:10 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.132.246 as permitted sender) Received: from [209.85.132.246] (HELO an-out-0708.google.com) (209.85.132.246) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2009 21:00:00 +0000 Received: by an-out-0708.google.com with SMTP id c37so676950anc.5 for ; Fri, 13 Feb 2009 12:59:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=kKFgtWk5eJpFO4mBpkmjR7CouId7HEzbAlwhZcIOvoM=; b=Q9GvSZsvYDmp+jXxh09X5C9+eCai5lqalYoKoEQ/D1dbvzljCQan4q9fYpDMldVaPh Qi/eQdnQOjfHybxBIJamXNNPcxKgCVfsPbA1z+WdC8/j73DFP2koPo/K+uy+lcVQkuzl tcvQ4xisoJouQfI5QPvv5eYV4khAooJhDgDGw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=S01DB2+S13Guh2y8IxNWx4ejxi2UCMEhIPmcn68zIRpCeJ0CS8njtzsCEiqa4MD9eJ Lcnaj+0Zmzf2Gd+34jZBUJS+F4QwIgmHgLv3DmTKlxZUoLv68IdzBW2iIgCzP85fo5ro 4RP6eroBKGGR/nEurqi+F17T0C9hAeOyfXkbo= MIME-Version: 1.0 Received: by 10.100.109.13 with SMTP id h13mr3584587anc.21.1234558779659; Fri, 13 Feb 2009 12:59:39 -0800 (PST) In-Reply-To: References: Date: Fri, 13 Feb 2009 15:59:39 -0500 Message-ID: Subject: Re: Ideas for Changes to the Test Suite From: Paul Davis To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Feb 13, 2009 at 3:13 PM, Chris Anderson wrote: > On Fri, Feb 13, 2009 at 12:07 PM, Zachary Zolton > 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 >